Disable fixture
This commit is contained in:
parent
bd75668f3d
commit
628ee95a59
3 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
{{- if .Values.php.fixtureCron.enabled }}
|
||||||
apiVersion: batch/v1
|
apiVersion: batch/v1
|
||||||
kind: CronJob
|
kind: CronJob
|
||||||
metadata:
|
metadata:
|
||||||
|
|
@ -197,3 +198,4 @@ spec:
|
||||||
periodSeconds: 3
|
periodSeconds: 3
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources.fixtures | nindent 16 }}
|
{{- toYaml .Values.resources.fixtures | nindent 16 }}
|
||||||
|
{{ - end }}
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
{{- if .Values.php.fixtureJob.enabled }}
|
||||||
apiVersion: batch/v1
|
apiVersion: batch/v1
|
||||||
kind: Job
|
kind: Job
|
||||||
metadata:
|
metadata:
|
||||||
|
|
@ -208,3 +209,4 @@ spec:
|
||||||
tolerations:
|
tolerations:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{ - end }}
|
||||||
|
|
@ -33,6 +33,10 @@ php:
|
||||||
usePathStyleEndpoint: true
|
usePathStyleEndpoint: true
|
||||||
publicKey: ""
|
publicKey: ""
|
||||||
secret: ""
|
secret: ""
|
||||||
|
fixtureJob:
|
||||||
|
enabled: false
|
||||||
|
fixtureCron:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
maildev:
|
maildev:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue