diff --git a/deploy/chart/values.yaml b/deploy/chart/values.yaml index 790458df..966792f2 100644 --- a/deploy/chart/values.yaml +++ b/deploy/chart/values.yaml @@ -13,7 +13,7 @@ region: "" # node-role.kubernetes.io/master - if set true, it deploys the svc on the master node nodeSelector: # The CCM will only run on a Node labelled as a master, you may want to change this - node-role.kubernetes.io/master: "" + node-role.kubernetes.io/control-plane: "" # Image repository must be 'linode/linode-cloud-controller-manager'. The tag can be changed/set to various ccm versions. # The pullPolicy is set to Always but can be changed when it is not required to always pull the new image @@ -48,4 +48,4 @@ tolerations: # LINODE_HOSTNAME_ONLY_INGRESS type bool is supported # env: # - name: EXAMPLE_ENV_VAR - # value: "true" \ No newline at end of file + # value: "true"