diff --git a/charts/cron-job/charts/common-0.2.0.tgz b/charts/cron-job/charts/common-0.2.0.tgz index 9b88330..428d359 100644 Binary files a/charts/cron-job/charts/common-0.2.0.tgz and b/charts/cron-job/charts/common-0.2.0.tgz differ diff --git a/charts/onechart/charts/common-0.2.0.tgz b/charts/onechart/charts/common-0.2.0.tgz index 9b88330..863ee29 100644 Binary files a/charts/onechart/charts/common-0.2.0.tgz and b/charts/onechart/charts/common-0.2.0.tgz differ diff --git a/charts/onechart/templates/deployment.yaml b/charts/onechart/templates/deployment.yaml index a33bf23..dfc57ce 100644 --- a/charts/onechart/templates/deployment.yaml +++ b/charts/onechart/templates/deployment.yaml @@ -55,6 +55,7 @@ spec: - name: {{ .name }} image: "{{ .image }}:{{ .tag }}" imagePullPolicy: {{ .imagePullPolicy | default "IfNotPresent" }} + {{- include "common.envFromRef.tpl" $ | nindent 10 }} {{- if .command }} command: - {{ $.Values.shell }}