Skip to content

Commit

Permalink
Fix grammar and typos in OCCM helm values
Browse files Browse the repository at this point in the history
Signed-off-by: Wolodja Wentland <w@wentland.dev>
  • Loading branch information
wwentland committed Aug 30, 2023
1 parent 010cea7 commit f5e21b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions charts/openstack-cloud-controller-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ livenessProbe: {}
# Set readinessProbe in the same way like livenessProbe
readinessProbe: {}

# Set nodeSelector where the controller shut run, i.e. controlplane nodes
# Set nodeSelector where the controller should run, i.e. controlplane nodes
nodeSelector:
node-role.kubernetes.io/control-plane: ""

# Set tolerations for nodes where the controller should run, i.e. node should uninitialized, controlplane...
# Set tolerations for nodes where the controller should run, i.e. node
# should be uninitialized, controlplane...
tolerations:
- key: node.cloudprovider.kubernetes.io/uninitialized
value: "true"
Expand Down

0 comments on commit f5e21b2

Please sign in to comment.