diff --git a/charts/adminer/templates/extraDeploy.yaml b/charts/adminer/templates/extraDeploy.yaml new file mode 100644 index 00000000..6edc87bd --- /dev/null +++ b/charts/adminer/templates/extraDeploy.yaml @@ -0,0 +1,4 @@ +{{- range .Values.extraDeploy }} +--- +{{ include "common.tplvalues.render" (dict "value" . "context" $) }} +{{- end }} \ No newline at end of file