Skip to content

Commit

Permalink
fix: reversed node affinity check
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmetzner committed Oct 23, 2024
1 parent c2c0ff4 commit 0a409cb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions chart/.snapshots/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ spec:
values:
- "true"
- key: instance.hetzner.cloud/provided-by
operator: In
operator: NotIn
values:
- cloud
- robot
tolerations:
- effect: NoExecute
operator: Exists
Expand Down
4 changes: 2 additions & 2 deletions chart/.snapshots/full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,9 @@ spec:
values:
- "true"
- key: instance.hetzner.cloud/provided-by
operator: In
operator: NotIn
values:
- cloud
- robot
nodeSelector:
foo: bar
tolerations:
Expand Down
4 changes: 2 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -557,9 +557,9 @@ node:
values:
- "true"
- key: "instance.hetzner.cloud/provided-by"
operator: In
operator: NotIn
values:
- "cloud"
- "robot"

## @param node.nodeSelector Node labels for node pods assignment
## ref: https://kubernetes.io/docs/user-guide/node-selection/
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes/hcloud-csi.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0a409cb

Please sign in to comment.