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