You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use Ambassador as our ingress controller and an automated CI deployment system for managing/pushing updates to the Kubernetes cluster. After a recent update to the TLS certs for Ambassador we found that it didn't pick up the new secret. It looks like this piece of config doesn't get picked up by kubetpl render as it uses a tlsSecret key to reference the secret rather than the normal secretName.
We use Ambassador as our ingress controller and an automated CI deployment system for managing/pushing updates to the Kubernetes cluster. After a recent update to the TLS certs for Ambassador we found that it didn't pick up the new secret. It looks like this piece of config doesn't get picked up by
kubetpl render
as it uses atlsSecret
key to reference the secret rather than the normalsecretName
.See https://www.getambassador.io/docs/edge-stack/latest/topics/running/host-crd/#tlssecret-enables-tls-termination
If this functionality could be added it would be great.
The text was updated successfully, but these errors were encountered: