Skip to content

Commit

Permalink
Merge pull request #61 from dell/documentation_values_file
Browse files Browse the repository at this point in the history
KRV-2816 : documentation in values.yaml toleration for running on master node incorrect
  • Loading branch information
karthikk92 authored Feb 10, 2022
2 parents 573735c + 57008c8 commit 51d4750
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm/csi-unity/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ kubeletConfigDir: /var/lib/kubelet
#To set nodeSelectors and tolerations for controller.
# controller: configure controller pod specific parameters
controller:
# controllerCount: defines the number of csi-powerscale controller pods to deploy to
# controllerCount: defines the number of csi-unity controller pods to deploy to
# the Kubernetes release.
# Allowed values: n, where n > 0
# Default value: None
Expand Down Expand Up @@ -76,11 +76,11 @@ controller:
nodeSelector:

# tolerations: Define tolerations for the controllers, if required.
# Leave as blank to install controller on worker nodes
# Default value: None
tolerations:
# - key: "node-role.kubernetes.io/master"
# operator: "Equal"
# value: "true"
# operator: "Exists"
# effect: "NoSchedule"

volumeHealthMonitor:
Expand Down

0 comments on commit 51d4750

Please sign in to comment.