Skip to content
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

KRV-2816 : documentation in values.yaml toleration for running on master node incorrect #61

Merged
merged 2 commits into from
Feb 10, 2022
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
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