Files
charts/bitnami/parse/templates/extra-list.yaml
T
randreev1321andGitHub 41a51070e3 [bitnami/parse] Fix of missing extraDeploy template. (#5043)
* Fix of missing `extraDeploy` template.

* Fix of missing `extraDeploy` template.

* Added some documentation for @rafariossaa CR.

* Version bump.
2021-01-19 18:25:50 +01:00

5 lines
117 B
YAML

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