Skip to content

Commit

Permalink
Fix node affinity
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythoner6 committed Dec 30, 2023
1 parent cda3d5c commit 93eb34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/rook/rook.cue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ kustomizations: cluster: "manifest": {
dataDirHostPath: "/var/storage/rook",
placement: all: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: [{
matchExpressions: [{
key: "ceph"
key: "rook"
operator: "In"
values: ["yes"]
}]
Expand Down

0 comments on commit 93eb34d

Please sign in to comment.