Let Argo take care of CRDs

This commit is contained in:
Stefan Reimer 2020-07-30 18:56:46 +01:00
parent a5142b523d
commit 6faf757e30
3 changed files with 7 additions and 3 deletions

View File

@ -2,7 +2,7 @@ kubezero-argo-cd
================
KubeZero ArgoCD Helm chart to install ArgoCD itself and the KubeZero ArgoCD Application
Current chart version is `0.3.6`
Current chart version is `0.3.7`
Source code can be found [here](https://kubezero.com)

View File

@ -30,9 +30,13 @@ prometheus-operator:
# Default configuration of prometheus operator will create CRDs in the cluster idempotently
prometheusOperator:
enabled: true
# We use Argo
manageCrds: false
createCustomResource: true
serviceMonitor:
selfMonitor: false
createCustomResource: false
tlsProxy:
enabled: false
admissionWebhooks:

View File

@ -2,7 +2,7 @@ kubezero
========
KubeZero ArgoCD Application - Root App of Apps chart of KubeZero
Current chart version is `0.3.11`
Current chart version is `0.4.1`
Source code can be found [here](https://kubezero.com)