Fixed env vars for job
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
variables:
|
variables:
|
||||||
HELM_CHART_VERSION: "0.6.10"
|
HELM_CHART_VERSION: "0.6.11"
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- deploy
|
- deploy
|
||||||
|
|||||||
@@ -17,8 +17,8 @@ spec:
|
|||||||
restartPolicy: Never
|
restartPolicy: Never
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: pull-secret
|
- name: pull-secret
|
||||||
envFrom:
|
env:
|
||||||
- configMapRef:
|
- name: WP_HOME
|
||||||
name: {{ include "..fullname" . }}-env
|
value: "https://{{ ( .Values.site.redirectDomain | default ( .Values.site.domain )) | replace "https://" "" | replace "http://" "" }}"
|
||||||
backoffLimit: 4
|
backoffLimit: 4
|
||||||
{{- end }}
|
{{- end }}
|
||||||
Reference in New Issue
Block a user