install-crds.yaml

This commit is contained in:
titver968
2025-05-27 15:26:33 +02:00
parent 9301250e3c
commit 5e0acf7f62
2 changed files with 69 additions and 49 deletions

View File

@@ -0,0 +1,20 @@
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
destination:
server: https://kubernetes.default.svc
namespace: monitoring
syncPolicy:
automated:
selfHeal: true
prune: true