Skip to content

Fix missing tolerations keyword in keda chart#481

Merged
wozniakjan merged 1 commit into
kedify:mainfrom
kedifybot:agent/fix-tolerations-keyword-2.20
Jun 2, 2026
Merged

Fix missing tolerations keyword in keda chart#481
wozniakjan merged 1 commit into
kedify:mainfrom
kedifybot:agent/fix-tolerations-keyword-2.20

Conversation

@kedifybot

Copy link
Copy Markdown
Collaborator

* Fix missing tolerations keyword

Signed-off-by: Mikolaj Mackowiak <[email protected]>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Mikolaj Mackowiak <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
(cherry picked from commit 102f5f2)
@kedifybot kedifybot added the bug Something isn't working label Jun 2, 2026
@kedifybot kedifybot requested a review from a team June 2, 2026 09:17
@wozniakjan wozniakjan requested a review from Copilot June 2, 2026 09:18

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes Helm-rendered Deployment manifests in the keda chart when users set the global .Values.tolerations value, ensuring the emitted YAML includes the required tolerations: key (and correcting an indentation issue in the operator deployment template). This restores valid tolerations rendering for operator, metrics-server, and webhooks deployments.

Changes:

  • Add missing tolerations: key when falling back to global .Values.tolerations in webhooks and metrics-server Deployment templates.
  • Fix operator Deployment template to correctly render global .Values.tolerations with tolerations: and proper nindent.
  • Minor template whitespace-trim consistency improvement noted in webhooks template.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
keda/templates/webhooks/deployment.yaml Adds tolerations: key for global tolerations fallback in the webhooks Deployment.
keda/templates/metrics-server/deployment.yaml Adds tolerations: key for global tolerations fallback in the metrics-server Deployment.
keda/templates/manager/deployment.yaml Fixes global tolerations fallback to emit tolerations: and correct indentation in the operator Deployment.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread keda/templates/webhooks/deployment.yaml
@wozniakjan wozniakjan merged commit 3f9df1b into kedify:main Jun 2, 2026
25 checks passed
@github-actions github-actions Bot added this to the keda/next milestone Jun 2, 2026
@wozniakjan wozniakjan modified the milestones: keda/next, keda/v2.20.0-1 Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants