Remove autoregister by default
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
variables:
|
variables:
|
||||||
HELM_CHART_VERSION: "99.6.27"
|
HELM_CHART_VERSION: "99.6.28"
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- deploy
|
- deploy
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
{{- if .Values.site.skipWPCRegistration | default false }}
|
{{- if .Values.site.autoRegisterEnabled | default false }}
|
||||||
{{- else }}
|
|
||||||
apiVersion: batch/v1
|
apiVersion: batch/v1
|
||||||
kind: Job
|
kind: Job
|
||||||
metadata:
|
metadata:
|
||||||
@@ -21,4 +20,5 @@ spec:
|
|||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: pull-secret
|
- name: pull-secret
|
||||||
backoffLimit: 4
|
backoffLimit: 4
|
||||||
|
{{- else }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
@@ -51,10 +51,6 @@ storage:
|
|||||||
# Default: <domain>-<tld>
|
# Default: <domain>-<tld>
|
||||||
# container: "company-tld"
|
# container: "company-tld"
|
||||||
|
|
||||||
# Skip WPC Auto-registration
|
|
||||||
# Default: false
|
|
||||||
# skipWPCRegistration: false
|
|
||||||
|
|
||||||
# WP Content Folders
|
# WP Content Folders
|
||||||
wpContent:
|
wpContent:
|
||||||
- uploads
|
- uploads
|
||||||
@@ -131,6 +127,8 @@ site:
|
|||||||
# Display Errors
|
# Display Errors
|
||||||
displayErrors: "0"
|
displayErrors: "0"
|
||||||
|
|
||||||
|
# Auto Registration
|
||||||
|
autoRegisterEnabled: "false"
|
||||||
# advanced:
|
# advanced:
|
||||||
# php:
|
# php:
|
||||||
# displayErrors: "0"
|
# displayErrors: "0"
|
||||||
|
|||||||
Reference in New Issue
Block a user