-
Notifications
You must be signed in to change notification settings - Fork 0
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: add pvc creation support #67
Conversation
Co-authored-by: Hayden Spitzley <105455169+hspitzley-czi@users.noreply.github.com>
…nzuckerberg/argo-helm-charts into GPU-271/pvc-creation-support
stack/templates/pvc.yaml
Outdated
{{- range .Values.persistence.accessModes }} | ||
- {{ . | quote }} | ||
{{- end }} |
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.
Can this be simplified to use toYaml
?
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.
agreed, maybe just allow the user to specify a spec and toYaml it. That way we don't have to keep adding prs to support other features and the configuration looks more like natural k8s configuration
Co-authored-by: Hayden Spitzley <105455169+hspitzley-czi@users.noreply.github.com>
Co-authored-by: Hayden Spitzley <105455169+hspitzley-czi@users.noreply.github.com>
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.
looks good! thanks for your contribution!
small change to open up the PVC to allow all settings; also we don't have great testing and linting yet, so can you please do due diligence to make sure the helm template renders correctly and linted before merging.
@jakeyheath @hspitzley-czi Thank you for the feedback. I opened all the pvc settings and linted the chart |
Add the option for users to create pvc claims