Skip to content

fix(helm): use list instead of dict for tolerations #14604

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(helm): use list instead of dict for tolerations
Fixes #14603
  • Loading branch information
anakaiti authored Sep 9, 2024
commit 9e2c30819e3a419e914e751c0c49ed7f12d1e6f0
2 changes: 1 addition & 1 deletion helm/coder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ coder:
# coder.tolerations -- Tolerations for tainted nodes.
# See: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
tolerations:
{}
[]
# - key: "key"
# operator: "Equal"
# value: "value"
Expand Down
Loading