-
Notifications
You must be signed in to change notification settings - Fork 617
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 support for parameters for storageClass #2434
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -160,6 +160,12 @@ secret: | |
|
||
storageClass: | ||
enabled: true | ||
parameters: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is this sample ? so should be comment out? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't really believe commenting our things in helm's values but always like to put each & every change behind a toggle to maintain backward compatibility. It's not a sample but actual values file, & I have kept all changed behind the |
||
enabled: false | ||
# type: gp2 | ||
# availabilityZone: us-east-1a | ||
# additionalParameters: | ||
# volumeSize: 10Gi | ||
delete: | ||
isDefault: false | ||
allowVolumeExpansion: true | ||
|
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.
Are you sure this will be properly indented? Could we do it like here instead?
cloud-provider-openstack/charts/manila-csi-plugin/templates/nodeplugin-daemonset.yaml
Lines 120 to 123 in 2565d89
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.
@sakshi-1505: Seems like you've missed this one comment.