10 lines
215 B
YAML
10 lines
215 B
YAML
# infrastructure/sources/helm/mailu.yaml
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: mailu
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 1h
|
|
url: https://mailu.github.io/helm-charts
|