From 6d273bda2f22008121a37a271f0c1249a1454994 Mon Sep 17 00:00:00 2001 From: Arhell Date: Wed, 21 Jul 2021 00:52:41 +0300 Subject: [PATCH] [es] Operator: Exists missing --- content/es/examples/controllers/daemonset.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/content/es/examples/controllers/daemonset.yaml b/content/es/examples/controllers/daemonset.yaml index f6c598c9bf..e41e0a6b6f 100644 --- a/content/es/examples/controllers/daemonset.yaml +++ b/content/es/examples/controllers/daemonset.yaml @@ -16,6 +16,7 @@ spec: spec: tolerations: - key: node-role.kubernetes.io/master + operator: Exists effect: NoSchedule containers: - name: fluentd-elasticsearch