Update secret

This commit is contained in:
Jonny Ervine 2023-09-09 16:04:55 +08:00
parent 1866c26b1f
commit 0c5eb41b27

View File

@ -139,7 +139,7 @@ tls:
# This will automatically set the SSL_CERT_FILE environment variable to trust the CA. # This will automatically set the SSL_CERT_FILE environment variable to trust the CA.
# Create the secret with `kubectl create secret generic --from-file=ca.pem=/path/to/root-ca.pem` # Create the secret with `kubectl create secret generic --from-file=ca.pem=/path/to/root-ca.pem`
# The filename inside the secret is important - it _must_ be ca.pem # The filename inside the secret is important - it _must_ be ca.pem
existingCASecretName: "" existingCASecretName: "homeca"
updater: updater:
enabled: false enabled: false