Skip to content

Ability to choose "" storageClassName #1537

@fopina

Description

@fopina

{{- 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

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions