10 lines
209 B
YAML
10 lines
209 B
YAML
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
||
|
|
kind: HelmRepository
|
||
|
|
metadata:
|
||
|
|
name: monitoring
|
||
|
|
namespace: monitoring
|
||
|
|
spec:
|
||
|
|
interval: 24h0m0s
|
||
|
|
url: https://prometheus-community.github.io/helm-charts
|
||
|
|
status: {}
|