Fixed env indentation

This commit is contained in:
2023-06-19 09:12:28 +02:00
parent f2d2f2a825
commit 09e21d9bf4
2 changed files with 4 additions and 4 deletions

View File

@@ -14,11 +14,11 @@ spec:
- name: register-wpc
image: cloudyne.azurecr.io/register-wpc:latest
command: ["python3", "/app/register-wpc.py"]
env:
- name: WP_HOME
value: "https://{{ ( .Values.site.redirectDomain | default ( .Values.site.domain )) | replace "https://" "" | replace "http://" "" }}"
restartPolicy: Never
imagePullSecrets:
- name: pull-secret
env:
- name: WP_HOME
value: "https://{{ ( .Values.site.redirectDomain | default ( .Values.site.domain )) | replace "https://" "" | replace "http://" "" }}"
backoffLimit: 4
{{- end }}