30 lines
782 B
YAML
30 lines
782 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: grafana-dashboards-kubernetes
|
|
namespace: argocd
|
|
labels:
|
|
app.kubernetes.io/name: grafana-dashboards-kubernetes
|
|
app.kubernetes.io/version: HEAD
|
|
app.kubernetes.io/managed-by: argocd
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
project: default # You may need to change this!
|
|
source:
|
|
path: ./
|
|
repoURL: https://github.com/dotdc/grafana-dashboards-kubernetes
|
|
targetRevision: HEAD
|
|
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: monitoring
|
|
syncPolicy:
|
|
## https://argo-cd.readthedocs.io/en/stable/user-guide/auto_sync
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- Replace=true
|