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

TLS + authCredentials leads to yugabyte-setup-credentials job failure #168

Open ghaskins opened 1 year ago

ghaskins commented 1 year ago

Versions

Details

The following configuration leads to the inability for the yugabyte-setup-credentials job to finish successfully

authCredentials:
  ycql:
    password: xxx
    user: yugabyte
tls:
  enabled: true
  nodeToNode: true
  clientToServer: true
  insecure: false
  certManager:
    enabled: true

I have confirmed that enabling only TLS or only authCredentials does work, but the combination of the two together fails.