diff --git a/examples/plugins.d/e2e.yaml b/examples/plugins.d/e2e.yaml index fac863573..ed2b16b7a 100644 --- a/examples/plugins.d/e2e.yaml +++ b/examples/plugins.d/e2e.yaml @@ -14,3 +14,6 @@ spec: - mountPath: /tmp/results name: results readOnly: false + tolerations: + - operator: "Exists" + diff --git a/pkg/templates/manifest.go b/pkg/templates/manifest.go index b25b1c0d1..4eb2e62c3 100644 --- a/pkg/templates/manifest.go +++ b/pkg/templates/manifest.go @@ -97,6 +97,8 @@ data: - mountPath: /tmp/results name: results readOnly: false + tolerations: + - operator: "Exists" systemd-logs.yaml: | sonobuoy-config: driver: DaemonSet