Skip to content
New issue

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] Helm installation failing #30517

Open
scoutjohn opened this issue Nov 19, 2024 · 1 comment
Open

[bitnami/mysql] Helm installation failing #30517

scoutjohn opened this issue Nov 19, 2024 · 1 comment
Assignees
Labels
mysql tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@scoutjohn
Copy link

scoutjohn commented Nov 19, 2024

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

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

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

Are you using any custom parameters or values?

 --set auth.rootPassword=mypassword --set primary.podSecurityContext.enabled=false --set primary.containerSecurityContext.enabled=false --set primary.persistence.storageClass=csi-hostpath-sc 
@scoutjohn scoutjohn added the tech-issues The user has a technical issue about an application label Nov 19, 2024
@github-actions github-actions bot added the triage Triage is needed label Nov 19, 2024
@scoutjohn
Copy link
Author

scoutjohn commented Nov 19, 2024

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

@carrodher carrodher changed the title Helm installation failing [bitnami/mysql] Helm installation failing Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mysql tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

No branches or pull requests

2 participants