Update argocd/argocd/apps/kube-prometheus-stack.yaml

This commit is contained in:
2022-09-26 17:08:38 +00:00
parent b7e0465295
commit 65e7c24f99

View File

@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kube-prometheus-stack
namespace: argocd
spec:
project: default
source:
repoURL: https://gitlab.com/developerdurp/linode.git
targetRevision: main
path: argocd/kube-prometheus-stack
destination:
namespace: kube-prometheus-stack
name: in-cluster
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true