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