From 65e7c24f99f5653135cab88f578dd23e57dcdfda Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 26 Sep 2022 17:08:38 +0000 Subject: [PATCH] Update argocd/argocd/apps/kube-prometheus-stack.yaml --- argocd/argocd/apps/kube-prometheus-stack.yaml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 argocd/argocd/apps/kube-prometheus-stack.yaml diff --git a/argocd/argocd/apps/kube-prometheus-stack.yaml b/argocd/argocd/apps/kube-prometheus-stack.yaml new file mode 100644 index 0000000..0e5ba71 --- /dev/null +++ b/argocd/argocd/apps/kube-prometheus-stack.yaml @@ -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