Files
charts/bitnami/minio/templates/extra-list.yaml
Chris Hoffman aa31ef6b4f Wire documented extraDeploy option in minio chart (#5518)
* Duplicate bitnami/spark/templates/extra-list.yaml history in bitnami/minio/templates/ history.

* Rev minio chart
2021-02-17 17:30:29 +01:00

5 lines
117 B
YAML

{{- range .Values.extraDeploy }}
---
{{ include "common.tplvalues.render" (dict "value" . "context" $) }}
{{- end }}