diff --git a/stx-snmp-helm/stx-snmp-helm/helm-charts/snmp/values.yaml b/stx-snmp-helm/stx-snmp-helm/helm-charts/snmp/values.yaml index 0aab8c4..bf31913 100755 --- a/stx-snmp-helm/stx-snmp-helm/helm-charts/snmp/values.yaml +++ b/stx-snmp-helm/stx-snmp-helm/helm-charts/snmp/values.yaml @@ -30,10 +30,10 @@ image: nameOverride: "" fullnameOverride: "" -nodeSelector: { node-role.kubernetes.io/master: "" } +nodeSelector: { node-role.kubernetes.io/control-plane: "" } tolerations: - - key: "node-role.kubernetes.io/master" + - key: "node-role.kubernetes.io/control-plane" operator: "Exists" effect: "NoSchedule"