Update secret
This commit is contained in:
parent
1866c26b1f
commit
0c5eb41b27
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user