From 32e5746194c8b5dfd213efa9e4bda5bd5e6ab1ba Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Fri, 6 Sep 2024 00:02:18 +0200 Subject: [PATCH] Add automated sync --- apps/templates/cert-manager.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/templates/cert-manager.yaml b/apps/templates/cert-manager.yaml index 8e607ca..9eda648 100644 --- a/apps/templates/cert-manager.yaml +++ b/apps/templates/cert-manager.yaml @@ -21,4 +21,5 @@ spec: value: 'true' syncPolicy: syncOptions: - - CreateNamespace=true \ No newline at end of file + - CreateNamespace=true + automated: {} \ No newline at end of file