Fixed job error
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
variables:
|
||||
HELM_CHART_VERSION: "0.6.8"
|
||||
HELM_CHART_VERSION: "0.6.9"
|
||||
|
||||
stages:
|
||||
- deploy
|
||||
|
||||
@@ -2,5 +2,5 @@ apiVersion: v2
|
||||
name: wordyne
|
||||
description: Helm chart for deploying pre-built website containers to kubernetes clusters
|
||||
type: application
|
||||
version: "0.6.8"
|
||||
version: "0.6.9"
|
||||
appVersion: "6.2.2"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{{- if -not .Values.site.skipWPCRegistration | default "false" }}
|
||||
{{- if .Values.site.skipWPCRegistration | default "false" }}
|
||||
{{- else }}
|
||||
apiVersion: batch/v1
|
||||
kind: Job
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user