11 lines
210 B
YAML
11 lines
210 B
YAML
---
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: prometheus-community
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 10m
|
|
url: https://prometheus-community.github.io/helm-charts
|
|
|