From 24de1e0f137febccd0d22e1337e881c4e8d82a03 Mon Sep 17 00:00:00 2001 From: Anwar Date: Wed, 30 Jul 2025 12:08:46 +0000 Subject: [PATCH 1/2] #2911 Missing tolerations for keda patched jobs --- .../templates/patch-keda/delete-keda-objects-job.yaml | 3 +++ .../templates/patch-keda/patch-keda-objects-job.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/charts/selenium-grid/templates/patch-keda/delete-keda-objects-job.yaml b/charts/selenium-grid/templates/patch-keda/delete-keda-objects-job.yaml index 412f6df34e..a64ef8a1c5 100644 --- a/charts/selenium-grid/templates/patch-keda/delete-keda-objects-job.yaml +++ b/charts/selenium-grid/templates/patch-keda/delete-keda-objects-job.yaml @@ -36,6 +36,9 @@ spec: {{- with $.Values.autoscaling.patchObjectFinalizers.resources }} resources: {{ toYaml . | nindent 12 }} {{- end }} + {{- with $.Values.autoscaling.patchObjectFinalizers.tolerations }} + tolerations : {{ toYaml . | nindent 12 }} + {{- end }} volumes: - name: cleanup-script configMap: diff --git a/charts/selenium-grid/templates/patch-keda/patch-keda-objects-job.yaml b/charts/selenium-grid/templates/patch-keda/patch-keda-objects-job.yaml index 343e53358d..94bf6bf569 100644 --- a/charts/selenium-grid/templates/patch-keda/patch-keda-objects-job.yaml +++ b/charts/selenium-grid/templates/patch-keda/patch-keda-objects-job.yaml @@ -36,6 +36,9 @@ spec: {{- with $.Values.autoscaling.patchObjectFinalizers.resources }} resources: {{ toYaml . | nindent 12 }} {{- end }} + {{- with $.Values.autoscaling.patchObjectFinalizers.tolerations }} + tolerations : {{ toYaml . | nindent 12 }} + {{- end }} volumes: - name: cleanup-script configMap: From 52a3ba6962ad06ca80a3c58a44fe39b61e7e27b4 Mon Sep 17 00:00:00 2001 From: Anwar Date: Wed, 30 Jul 2025 12:19:08 +0000 Subject: [PATCH 2/2] Missing tolerations for keda patched jobs --- .../templates/patch-keda/delete-keda-objects-job.yaml | 2 +- .../templates/patch-keda/patch-keda-objects-job.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/selenium-grid/templates/patch-keda/delete-keda-objects-job.yaml b/charts/selenium-grid/templates/patch-keda/delete-keda-objects-job.yaml index a64ef8a1c5..cd4e3133df 100644 --- a/charts/selenium-grid/templates/patch-keda/delete-keda-objects-job.yaml +++ b/charts/selenium-grid/templates/patch-keda/delete-keda-objects-job.yaml @@ -37,7 +37,7 @@ spec: resources: {{ toYaml . | nindent 12 }} {{- end }} {{- with $.Values.autoscaling.patchObjectFinalizers.tolerations }} - tolerations : {{ toYaml . | nindent 12 }} + tolerations : {{ toYaml . | nindent 8 }} {{- end }} volumes: - name: cleanup-script diff --git a/charts/selenium-grid/templates/patch-keda/patch-keda-objects-job.yaml b/charts/selenium-grid/templates/patch-keda/patch-keda-objects-job.yaml index 94bf6bf569..f19dc50abf 100644 --- a/charts/selenium-grid/templates/patch-keda/patch-keda-objects-job.yaml +++ b/charts/selenium-grid/templates/patch-keda/patch-keda-objects-job.yaml @@ -37,7 +37,7 @@ spec: resources: {{ toYaml . | nindent 12 }} {{- end }} {{- with $.Values.autoscaling.patchObjectFinalizers.tolerations }} - tolerations : {{ toYaml . | nindent 12 }} + tolerations : {{ toYaml . | nindent 8 }} {{- end }} volumes: - name: cleanup-script