Minor cleanup
This commit is contained in:
parent
819ebf4cf8
commit
8d88f6b062
@ -14,4 +14,3 @@ This also implements the *umbrella chart* pattern in order to inject custom valu
|
|||||||
## Components
|
## Components
|
||||||
|
|
||||||
### ArgoCD
|
### ArgoCD
|
||||||
|
|
||||||
|
@ -5,8 +5,6 @@ metadata:
|
|||||||
name: {{ .Values.clusterIssuer.name }}
|
name: {{ .Values.clusterIssuer.name }}
|
||||||
labels:
|
labels:
|
||||||
{{ include "kubezero-lib.labels" . | indent 4 }}
|
{{ include "kubezero-lib.labels" . | indent 4 }}
|
||||||
annotations:
|
|
||||||
"helm.sh/hook": "post-install"
|
|
||||||
spec:
|
spec:
|
||||||
acme:
|
acme:
|
||||||
server: {{ .Values.clusterIssuer.server }}
|
server: {{ .Values.clusterIssuer.server }}
|
||||||
|
@ -21,6 +21,7 @@ argo-cd:
|
|||||||
|
|
||||||
#configs:
|
#configs:
|
||||||
# secret:
|
# secret:
|
||||||
|
# `htpasswd -nbBC 10 "" $ARGO_PWD | tr -d ':\n' | sed 's/$2y/$2a/'`
|
||||||
# argocdServerAdminPassword: "$2a$10$ivKzaXVxMqdeDSfS3nqi1Od3iDbnL7oXrixzDfZFRHlXHnAG6LydG"
|
# argocdServerAdminPassword: "$2a$10$ivKzaXVxMqdeDSfS3nqi1Od3iDbnL7oXrixzDfZFRHlXHnAG6LydG"
|
||||||
# argocdServerAdminPasswordMtime: "2020-04-24T15:33:09BST"
|
# argocdServerAdminPasswordMtime: "2020-04-24T15:33:09BST"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user