-
Notifications
You must be signed in to change notification settings - Fork 801
Open
Labels
help wantedPRs are welcome on this issuePRs are welcome on this issuekind/enhancementNew feature or requestNew feature or request
Description
| {{- if .Values.persistence.storageClass }} |
This check prevents me to explicitly set storageClassName: "". Ommiting class name will use default (local-path) while explicitly setting to empty will allow using nfs for instance.
I think the check should be done on whether the key is defined rather than "truthiness".
Currently working around it by using existingClaim and then extraObjects to define the whole claim from scratch.
Metadata
Metadata
Assignees
Labels
help wantedPRs are welcome on this issuePRs are welcome on this issuekind/enhancementNew feature or requestNew feature or request