From e5cda3689c4383e4927419c28780c0097d891891 Mon Sep 17 00:00:00 2001 From: titver968 Date: Tue, 27 May 2025 17:30:41 +0200 Subject: [PATCH] install crds auskommentiert --- argocd/apps/kube-prometheus/install-crds.yaml | 66 +++++++++---------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/argocd/apps/kube-prometheus/install-crds.yaml b/argocd/apps/kube-prometheus/install-crds.yaml index 24effcc..59312c5 100644 --- a/argocd/apps/kube-prometheus/install-crds.yaml +++ b/argocd/apps/kube-prometheus/install-crds.yaml @@ -1,33 +1,33 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: kube-prometheus-crds - namespace: argocd -spec: - project: default - source: - repoURL: https://prometheus-community.github.io/helm-charts - chart: kube-prometheus-stack - targetRevision: 72.6.3 - helm: - skipCrds: false - parameters: - - name: prometheusOperator.enabled - value: "false" - - name: grafana.enabled - value: "false" - - name: alertmanager.enabled - value: "false" - - name: kubeStateMetrics.enabled - value: "false" - - name: nodeExporter.enabled - value: "false" - destination: - server: https://kubernetes.default.svc - namespace: monitoring - syncPolicy: - automated: - prune: true - selfHeal: false - syncOptions: - - CreateNamespace=true \ No newline at end of file +#apiVersion: argoproj.io/v1alpha1 +#kind: Application +#metadata: +# name: kube-prometheus-crds +# namespace: argocd +#spec: +# project: default +# source: +# repoURL: https://prometheus-community.github.io/helm-charts +# chart: kube-prometheus-stack +# targetRevision: 72.6.3 +# helm: +# skipCrds: false +# parameters: +# - name: prometheusOperator.enabled +# value: "false" +# - name: grafana.enabled +# value: "false" +# - name: alertmanager.enabled +# value: "false" +# - name: kubeStateMetrics.enabled +# value: "false" +# - name: nodeExporter.enabled +# value: "false" +# destination: +# server: https://kubernetes.default.svc +# namespace: monitoring +# syncPolicy: +# automated: +# prune: true +# selfHeal: false +# syncOptions: +# - CreateNamespace=true \ No newline at end of file