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
|
||||
kind: CronJob
|
||||
metadata:
|
||||
|
|
@ -197,3 +198,4 @@ spec:
|
|||
periodSeconds: 3
|
||||
resources:
|
||||
{{- toYaml .Values.resources.fixtures | nindent 16 }}
|
||||
{{ - end }}
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
{{- if .Values.php.fixtureJob.enabled }}
|
||||
apiVersion: batch/v1
|
||||
kind: Job
|
||||
metadata:
|
||||
|
|
@ -208,3 +209,4 @@ spec:
|
|||
tolerations:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{ - end }}
|
||||
|
|
@ -33,6 +33,10 @@ php:
|
|||
usePathStyleEndpoint: true
|
||||
publicKey: ""
|
||||
secret: ""
|
||||
fixtureJob:
|
||||
enabled: false
|
||||
fixtureCron:
|
||||
enabled: false
|
||||
|
||||
maildev:
|
||||
enabled: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue