From 6f85a8f51c5774af398121d2fdbb87ab30df09e7 Mon Sep 17 00:00:00 2001 From: Frederic Leger Date: Thu, 4 Apr 2024 15:16:31 +0200 Subject: [PATCH] fix: kubeconfig not found Signed-off-by: Frederic Leger --- manifest.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.yaml b/manifest.yaml index 49e6ba8..5365666 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -241,3 +241,4 @@ spec: cpu: 100m memory: 45Mi terminationGracePeriodSeconds: 10 + automountServiceAccountToken: true