Skip to content
#

csi

Here are 150 public repositories matching this topic...

aramase
aramase commented Aug 13, 2020

Describe the solution you'd like
[A clear and concise description of what you want to happen.]

  • Move crds from templates to crds which is the recommended way for installing crds using helm3

  • Add template/crds.yaml with

    {{- if .Values.installCRDs }}
    {{- range $path, $bytes := .Files.Glob "crds/*.yaml" }}
      {{ $.Files.Get $path }}
    ---
    {{- end }}
    {{- end

Improve this page

Add a description, image, and links to the csi topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the csi topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.