From 0c5eb41b274bf746a488a91f601fc21b3624131d Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Sat, 9 Sep 2023 16:04:55 +0800 Subject: [PATCH] Update secret --- teleport-kube-agent/values-home.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleport-kube-agent/values-home.yaml b/teleport-kube-agent/values-home.yaml index 4e8dc6e..15bfcae 100644 --- a/teleport-kube-agent/values-home.yaml +++ b/teleport-kube-agent/values-home.yaml @@ -139,7 +139,7 @@ tls: # 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` # The filename inside the secret is important - it _must_ be ca.pem - existingCASecretName: "" + existingCASecretName: "homeca" updater: enabled: false