X-Git-Url: https://gerrit.nordix.org/gitweb?p=infra%2Fstack%2Fkubernetes.git;a=blobdiff_plain;f=apps%2Fprometheus%2Fkubespray%2Fplaybooks%2Froles%2Finstall%2Ftemplates%2Fvalues.yaml.j2;h=ad4b181721a51566c653133e250a98b82f71ffc2;hp=58a96cb5582851d83f2d412e347e162fda8906ed;hb=346533a32cb7cf00414d723f2cdb89785f1a2e2d;hpb=3f7a6e04758ac28aa51bd66b67f600534f646ff0 diff --git a/apps/prometheus/kubespray/playbooks/roles/install/templates/values.yaml.j2 b/apps/prometheus/kubespray/playbooks/roles/install/templates/values.yaml.j2 index 58a96cb..ad4b181 100644 --- a/apps/prometheus/kubespray/playbooks/roles/install/templates/values.yaml.j2 +++ b/apps/prometheus/kubespray/playbooks/roles/install/templates/values.yaml.j2 @@ -570,7 +570,9 @@ nodeExporter: ## Node tolerations for node-exporter scheduling to nodes with taints ## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ ## - tolerations: [] + tolerations: + - effect: NoExecute + operator: Exists # - key: "key" # operator: "Equal|Exists" # value: "value"