From a87121ff927da5f49ec30dfbb9ae412f9701e843 Mon Sep 17 00:00:00 2001 From: "sergey.kitov" Date: Tue, 2 May 2023 13:24:17 +0300 Subject: [PATCH] Switch off authentication --- charts/koredump/templates/daemonset.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/koredump/templates/daemonset.yaml b/charts/koredump/templates/daemonset.yaml index 134bb16..606d4b1 100644 --- a/charts/koredump/templates/daemonset.yaml +++ b/charts/koredump/templates/daemonset.yaml @@ -57,6 +57,8 @@ spec: value: "{{ .Values.ports.daemonSet }}" - name: DAEMONSET value: "1" + - name: NO_TOKENS + value: "1" volumeMounts: - mountPath: /tmp name: tmp-volume