-
Notifications
You must be signed in to change notification settings - Fork 2
mysql implementation with helm3 #444
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
base: master
Are you sure you want to change the base?
Conversation
|
Should I better go with a new component or update exiting |
|
This is wrong in so many ways it is not worth having. |
kudla
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is wrong in so many ways it is not worth having.
Would you be more specific please?
| # leads escaped quutes in the result command | ||
| # + helm --kube-context=busy-odilee-553.bubble.superhub.io --namespace=kubeflow-data upgrade mysql .charts/mysql --install --create-namespace --debug --wait --version 0.1.0 --values values.yaml \ | ||
| # --set ''\''mysqlUser=mysql''\'' --set ''\''mysqlPassword=somepass'\''' --set ''\''mysqlRootPassword=somepass''\'' --set ''\''persistence.existingClaim=mysql''\'' | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had an alternative way for exposing the exact values over HELM_OPTS just composing the extra --values set dynamically instead combined with hub templates interpolation.
I would be more safe but it seemed to be more messy same time regarding code structure.
akranga
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kudla please rework this component in the way we agreed during our conversation earlier
| - name: helm | ||
| parameters: | ||
| - name: repo | ||
| value: https://storage.googleapis.com/t3n-helm-charts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not to use: https://github.com/helm/charts/tree/master/stable/mysql ?
| @@ -0,0 +1,48 @@ | |||
| #!/bin/sh -xe | |||
|
|
|||
| HELM_OPTS="" | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How does HELM_OPTS used here?
No description provided.