Remove autoregister by default

This commit is contained in:
2023-07-19 09:17:49 +02:00
parent ea197d2006
commit 9abb6ce3cb
3 changed files with 5 additions and 7 deletions

View File

@@ -1,5 +1,4 @@
{{- if .Values.site.skipWPCRegistration | default false }}
{{- else }}
{{- if .Values.site.autoRegisterEnabled | default false }}
apiVersion: batch/v1
kind: Job
metadata:
@@ -21,4 +20,5 @@ spec:
imagePullSecrets:
- name: pull-secret
backoffLimit: 4
{{- else }}
{{- end }}