Skip to content

Commit 63e2e89

Browse files
authored
#2957 Fixed tolerations indent for keda patched jobs (#2957)
1 parent ace01c9 commit 63e2e89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/selenium-grid/templates/patch-keda/delete-keda-objects-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
resources: {{ toYaml . | nindent 12 }}
3838
{{- end }}
3939
{{- with $.Values.autoscaling.patchObjectFinalizers.tolerations }}
40-
tolerations : {{ toYaml . | nindent 8 }}
40+
tolerations: {{ toYaml . | nindent 12 }}
4141
{{- end }}
4242
volumes:
4343
- name: cleanup-script

charts/selenium-grid/templates/patch-keda/patch-keda-objects-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
resources: {{ toYaml . | nindent 12 }}
3838
{{- end }}
3939
{{- with $.Values.autoscaling.patchObjectFinalizers.tolerations }}
40-
tolerations : {{ toYaml . | nindent 8 }}
40+
tolerations: {{ toYaml . | nindent 12 }}
4141
{{- end }}
4242
volumes:
4343
- name: cleanup-script

0 commit comments

Comments
 (0)