Disable fixture
This commit is contained in:
parent
e6fff0a638
commit
d70ce193f6
2 changed files with 3 additions and 3 deletions
|
|
@ -200,4 +200,4 @@ spec:
|
||||||
periodSeconds: 3
|
periodSeconds: 3
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources.fixtures | nindent 16 }}
|
{{- toYaml .Values.resources.fixtures | nindent 16 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{{- if .Values.php.fixtureJob.enabled -}}
|
{{- if .Values.php.fixtureJob.enabled }}
|
||||||
apiVersion: batch/v1
|
apiVersion: batch/v1
|
||||||
kind: Job
|
kind: Job
|
||||||
metadata:
|
metadata:
|
||||||
|
|
@ -205,4 +205,4 @@ spec:
|
||||||
tolerations:
|
tolerations:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue