[bitnami/several] Add extraDeploy feature to the pending charts (#8164)

Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
This commit is contained in:
Carlos Rodríguez Hernández
2021-11-17 08:26:03 +01:00
committed by GitHub
parent 41f84badac
commit d812a243cb
64 changed files with 152 additions and 27 deletions

View File

@@ -0,0 +1,4 @@
{{- range .Values.extraDeploy }}
---
{{ include "common.tplvalues.render" (dict "value" . "context" $) }}
{{- end }}