Fixed conditional for job

This commit is contained in:
2023-06-19 09:03:52 +02:00
parent c75382cb33
commit e7079e9f99
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
variables: variables:
HELM_CHART_VERSION: "0.6.9" HELM_CHART_VERSION: "0.6.10"
stages: stages:
- deploy - deploy

View File

@@ -1,4 +1,4 @@
{{- if .Values.site.skipWPCRegistration | default "false" }} {{- if .Values.site.skipWPCRegistration | default false }}
{{- else }} {{- else }}
apiVersion: batch/v1 apiVersion: batch/v1
kind: Job kind: Job