Skip to content

Commit

Permalink
control-plane-values-update (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
randeepdell committed May 25, 2022
1 parent f19250d commit fcdc8fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions helm/csi-isilon/values.yaml
Expand Up @@ -176,14 +176,14 @@ controller:
# Allowed values: map of key-value pairs
# Default value: None
# Examples:
# node-role.kubernetes.io/master: ""
# node-role.kubernetes.io/control-plane: ""
nodeSelector:
# node-role.kubernetes.io/master: ""
# node-role.kubernetes.io/control-plane: ""

# tolerations: Define tolerations for the controller deployment, if required.
# Default value: None
tolerations:
# - key: "node-role.kubernetes.io/master"
# - key: "node-role.kubernetes.io/control-plane"
# operator: "Equal"
# value: "true"
# effect: "NoSchedule"
Expand All @@ -197,9 +197,9 @@ node:
# Allowed values: map of key-value pairs
# Default value: None
# Examples:
# node-role.kubernetes.io/master: ""
# node-role.kubernetes.io/control-plane: ""
nodeSelector:
# node-role.kubernetes.io/master: ""
# node-role.kubernetes.io/control-plane: ""

# tolerations: Define tolerations for the node daemonset, if required.
# Default value: None
Expand Down

0 comments on commit fcdc8fa

Please sign in to comment.