yugabyte / charts

Respository of all helm charts that are owned by YugabyteDB for database deployment acroos various K8s configurations
36 stars 41 forks source link

Set correct secret name for yugabyte-tls-client-cert #183

Closed zadjadr closed 9 months ago

zadjadr commented 10 months ago

If the release name is e.g. "yugabyte-staging", the setup credentials job will never become ready, waiting for a secret with the name "yugabyte-tls-client-cert".

While the actual secret is named "yugabyte-staging-tls-client-cert".

Even when using a default deployment it expects yugabyte-tls-client-cert the secret name should be yugabyte-client-tls.