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

Helm values.yml persistence ignored #6

Open
davidschrooten opened this issue Apr 17, 2019 · 2 comments
Open

Helm values.yml persistence ignored #6

davidschrooten opened this issue Apr 17, 2019 · 2 comments

Comments

@davidschrooten
Copy link

PVC's are being created with filesystem and not with storageclass defined in the values.yml.

@AMecea
Copy link
Member

AMecea commented May 15, 2019

Hi @davidq2q , can you please provide more details?

I've checked it and the chart generates it correctly.

$ helm template charts/orchestrator --set persistence.storageClass=xyz
...
  volumeClaimTemplates:
    - metadata:
        name: data
      spec:
        accessModes: [ ReadWriteOnce ]
        resources:
          requests:
            storage: 1Gi
        storageClassName: "xyz"
...

@davidschrooten
Copy link
Author

I am not using it anymore. Made my own galera kubernetes configuration. But from what I remembered is that neither setting the storageClassName in the values.yml nor setting the storageClassName as a helm cli attribute worked.

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