github.com/verrazzano/verrazzano@v1.7.0/platform-operator/thirdparty/charts/opensearch-operator/templates/opensearch-operator-crds.yaml (about) 1 {{- if .Values.installCRDs -}} 2 {{- range $path, $bytes := .Files.Glob "files/*.yaml" }} 3 {{ $.Files.Get $path }} 4 {{- end }} 5 {{- end }}