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

MYSQL password not handled by mysql statefulset #9

Closed
ppodevlabs opened this issue Aug 20, 2020 · 1 comment
Closed

MYSQL password not handled by mysql statefulset #9

ppodevlabs opened this issue Aug 20, 2020 · 1 comment

Comments

@ppodevlabs
Copy link

Just followed the install instructions using helm chart.

i've configured a password for mysql connection and kubevious loads it properly

  envFrom:
     - configMapRef:
          name: {{ .Values.mysql.name }}-client

but this password is not configured into the mysql statefulset.

   env:
        - name: MYSQL_DATABASE
          value: kubevious
        - name: MYSQL_ALLOW_EMPTY_PASSWORD
          value: "1"

This cause an error on kubevious stating Error 500: Not Connected

@ppodevlabs ppodevlabs changed the title MYSQL password not used by mysql statefulset MYSQL password not handled by mysql statefulset Aug 20, 2020
@kubevious
Copy link
Owner

Resolved in v0.7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants