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

[v5.10.x] Set MySQL data source and product Helm Charts to use the same Storage Class #243

Closed
chirangaalwis opened this issue Jul 30, 2020 · 2 comments · Fixed by #244
Closed

Comments

@chirangaalwis
Copy link
Member

Description:
Currently, MySQL based data source Helm chart to use the same persistent storage class as in the case of the product Helm chart instead of checking for the default Kubernetes cluster Storage Class (see code).

Affected Product Version:
Helm Resources for WSO2 Identity Server version 5.10.0.1 and below

@chirangaalwis
Copy link
Member Author

chirangaalwis commented Jul 30, 2020

In the IAM chart this can be achieved by setting the Helm input values property mysql-is.mysql.persistence.storageClass to the desired Kubernetes Storage Class.

e.g. set the Kubernetes StorageClass to NFS Server Provisioner (using Helm version 3)

kubectl create ns <NAMESPACE>
helm install identity-server wso2/is-pattern-1 --set mysql-is.mysql.persistence.storageClass=nfs --namespace <NAMESPACE>

@chirangaalwis
Copy link
Member Author

Fixed.

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

Successfully merging a pull request may close this issue.

1 participant