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

feat: Use volumeclaim templates in Helm to provsion volumes #254

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wilmardo
Copy link

The current helm setup was not working for me since there was a dynamic volume provisioner within the cluser which tries to create a persistent volume for each claim.

E1126 12:55:21.645538       1 controller.go:761] error syncing claim "harbor/db-data-harbor-db-node-1": failed to provision volume with StorageClass "oceanstor-nfs": claim Selector is not supported

I know this is a breaking change and I am willing to refactor to support both the volumes and a provisioner but I would like to raise the question why.
All Helm charts I come across assume you have a dynamic provisioner deployed, it makes the chart way simpler :)

Just refactored the Helm chart and I am open to refactor the deployment files, but what has example1 for advantage over example2?

Signed-off-by: wilmardo <info@wilmardenouden.nl>
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

Successfully merging this pull request may close these issues.

1 participant