updated example in values.yaml

This commit is contained in:
konstantin.kiess 2019-12-04 12:36:30 +01:00
parent 6c97810e41
commit 852b030b19

View file

@ -608,16 +608,17 @@ configs:
githubSecret: "" githubSecret: ""
gitlabSecret: "" gitlabSecret: ""
bitbucketSecret: "" bitbucketSecret: ""
# Argo TLS Data.
# argocdServerTlsConfig: # Argo TLS Data.
# key: argocdServerTlsConfig: {}
# crt: | # key:
# -----BEGIN CERTIFICATE----- # crt: |
# <cert data> # -----BEGIN CERTIFICATE-----
# -----END CERTIFICATE----- # <cert data>
# -----BEGIN CERTIFICATE----- # -----END CERTIFICATE-----
# <ca cert data> # -----BEGIN CERTIFICATE-----
# -----END CERTIFICATE----- # <ca cert data>
# -----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/'`