From 8a04669ab42cadfc7b5ed925565d280f7fdf669c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20R=C3=B8stvik?= Date: Tue, 13 Dec 2022 17:05:35 +0100 Subject: [PATCH] AutoCreate --- apps/templates/cert-manager.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/templates/cert-manager.yaml b/apps/templates/cert-manager.yaml index a2b4ba1..3b05cf9 100644 --- a/apps/templates/cert-manager.yaml +++ b/apps/templates/cert-manager.yaml @@ -30,3 +30,5 @@ spec: automated: prune: true selfHeal: true + syncOptions: + - CreateNamespace=true \ No newline at end of file