From 167e1bd16c4d4252b12919e84d5703c9c69f97db Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Fri, 14 Mar 2025 20:09:10 +0100 Subject: [PATCH] Add selfheal whisper --- apps/templates/whisper-folder.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/templates/whisper-folder.yaml b/apps/templates/whisper-folder.yaml index e9ca4c1..27011af 100644 --- a/apps/templates/whisper-folder.yaml +++ b/apps/templates/whisper-folder.yaml @@ -16,4 +16,6 @@ spec: namespace: whisper syncPolicy: syncOptions: - - CreateNamespace=true \ No newline at end of file + - CreateNamespace=true + automated: + selfHeal: true \ No newline at end of file