10 lines
203 B
YAML
10 lines
203 B
YAML
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: monitoring-repo
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 1h
|
|
url: https://prometheus-community.github.io/helm-charts
|
|
---
|