We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bitnami/mysql
minikube cluster
I am trying to install mysql in my minikube based on
https://volsync.readthedocs.io/en/stable/usage/rsync-tls/mysql-migration.html#deploy-mysql
helm install --namespace ns-one --set auth.rootPassword=mypassword --set primary.podSecurityContext.enabled=false --set primary.containerSecurityContext.enabled=false --set primary.persistence.storageClass=csi-hostpath-sc mysql bitnami/mysql
I have tried giving --set auth.rootPassword=mypassword123 and not setting the parameter as well
--set auth.rootPassword=mypassword123
I am using a namespace I already have.
it is throwing
Error: INSTALLATION FAILED: template: mysql/templates/secrets.yaml:9:17: executing "mysql/templates/secrets.yaml" at <include "common.secrets.passwords.manage" (dict "secret" (include "mysql.secretName" .) "key" "mysql-password" "length" 10 "providedValues" (list "auth.password") "honorProvidedValues" true "context" $)>: error calling include: template: mysql/charts/common/templates/_secrets.tpl:124:16: executing "common.secrets.passwords.manage" at <eq .failOnNew false>: error calling eq: incompatible types for comparison
--set auth.rootPassword=mypassword --set primary.podSecurityContext.enabled=false --set primary.containerSecurityContext.enabled=false --set primary.persistence.storageClass=csi-hostpath-sc
The text was updated successfully, but these errors were encountered:
the same command for mariadb seams to be working
helm install --namespace ns-one --set auth.rootPassword=mypassword123 --set volumePermissions.enabled=true --set primary.service.type=LoadBalancer --set primary.containerSecurityContext.enabled=false --set primary.persistence.storageClass=csi-hostpath-sc mariadb bitnami/mariadb NAME: mariadb LAST DEPLOYED: Tue Nov 19 18:20:40 2024 NAMESPACE: ns-one STATUS: deployed REVISION: 1 TEST SUITE: None NOTES: CHART NAME: mariadb CHART VERSION: 20.0.0 APP VERSION: 11.4.4 mariadb-0 1/1 Running 0 60s
Sorry, something went wrong.
carrodher
No branches or pull requests
Name and Version
bitnami/mysql
What architecture are you using?
minikube cluster
What steps will reproduce the bug?
I am trying to install mysql in my minikube based on
https://volsync.readthedocs.io/en/stable/usage/rsync-tls/mysql-migration.html#deploy-mysql
I have tried giving
--set auth.rootPassword=mypassword123
and not setting the parameter as wellI am using a namespace I already have.
it is throwing
Are you using any custom parameters or values?
The text was updated successfully, but these errors were encountered: