Fixed conditional for job
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
variables:
|
||||
HELM_CHART_VERSION: "0.6.9"
|
||||
HELM_CHART_VERSION: "0.6.10"
|
||||
|
||||
stages:
|
||||
- deploy
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{{- if .Values.site.skipWPCRegistration | default "false" }}
|
||||
{{- if .Values.site.skipWPCRegistration | default false }}
|
||||
{{- else }}
|
||||
apiVersion: batch/v1
|
||||
kind: Job
|
||||
|
||||
Reference in New Issue
Block a user