Minor cleanup

This commit is contained in:
Stefan Reimer 2020-06-19 12:24:22 +01:00
parent 6f081c955a
commit 3e5d9056cb
3 changed files with 1 additions and 3 deletions

View File

@ -14,4 +14,3 @@ This also implements the *umbrella chart* pattern in order to inject custom valu
## Components
### ArgoCD

View File

@ -5,8 +5,6 @@ metadata:
name: {{ .Values.clusterIssuer.name }}
labels:
{{ include "kubezero-lib.labels" . | indent 4 }}
annotations:
"helm.sh/hook": "post-install"
spec:
acme:
server: {{ .Values.clusterIssuer.server }}

View File

@ -21,6 +21,7 @@ argo-cd:
#configs:
# secret:
# `htpasswd -nbBC 10 "" $ARGO_PWD | tr -d ':\n' | sed 's/$2y/$2a/'`
# argocdServerAdminPassword: "$2a$10$ivKzaXVxMqdeDSfS3nqi1Od3iDbnL7oXrixzDfZFRHlXHnAG6LydG"
# argocdServerAdminPasswordMtime: "2020-04-24T15:33:09BST"