22 lines
439 B
YAML
22 lines
439 B
YAML
|
---
|
||
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: grafana
|
||
|
namespace: argocd
|
||
|
spec:
|
||
|
project: default
|
||
|
source:
|
||
|
repoURL: "https://grafana.github.io/helm-charts"
|
||
|
chart: "grafana"
|
||
|
targetRevision: "9.3.2"
|
||
|
destination:
|
||
|
server: "https://kubernetes.default.svc"
|
||
|
namespace: monitoring
|
||
|
syncPolicy:
|
||
|
automated:
|
||
|
prune: true
|
||
|
selfHeal: true
|
||
|
syncOptions:
|
||
|
- CreateNamespace=true
|