Fix reference to argo-cd server TLS data

This commit is contained in:
Paul Cantea 2019-12-06 09:27:55 -08:00
parent 3a2c980044
commit 4d244b0e04

View file

@ -633,17 +633,17 @@ configs:
bitbucketUUÌD: "" bitbucketUUÌD: ""
gogsSecret: "" gogsSecret: ""
# Argo TLS Data. # Argo TLS Data.
argocdServerTlsConfig: {} argocdServerTlsConfig: {}
# key: # key:
# crt: | # crt: |
# -----BEGIN CERTIFICATE----- # -----BEGIN CERTIFICATE-----
# <cert data> # <cert data>
# -----END CERTIFICATE----- # -----END CERTIFICATE-----
# -----BEGIN CERTIFICATE----- # -----BEGIN CERTIFICATE-----
# <ca cert data> # <ca cert data>
# -----END CERTIFICATE----- # -----END CERTIFICATE-----
# Argo expects the password in the secret to be bcrypt hashed. You can create this hash with # Argo expects the password in the secret to be bcrypt hashed. You can create this hash with
# `htpasswd -nbBC 10 "" $ARGO_PWD | tr -d ':\n' | sed 's/$2y/$2a/'` # `htpasswd -nbBC 10 "" $ARGO_PWD | tr -d ':\n' | sed 's/$2y/$2a/'`
# argocdServerAdminPassword: # argocdServerAdminPassword: