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
I don't know about an option for this unfortunately, but the workaround I found was this:
In Gitlab CI/CD to use an environment variable to setup the config I use helmfile and I created a File type CI/CD variable for the values.yaml file of my chart which contains my mysql-cluster.
Then in the secret I just read the variables from the values.yaml file.
When deploying the cluster, is there some other way to set the password for the root/app user other than a k8s secret?
The only place I see to set the passwords are here: https://github.com/bitpoke/mysql-operator/blob/master/deploy/charts/mysql-cluster/values.yaml#L14-L17 which requires a kubernetes secret.
For example, is there a way to use a
SecretProviderClass
?The text was updated successfully, but these errors were encountered: