From c9968b3ac7c821c4c32e40e01fe9b62654c683df Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Fri, 15 Dec 2023 13:04:40 +0000 Subject: [PATCH] Auto-create namespace Signed-off-by: Marcus Noble --- manifests/_apps/tailscale-operator.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/_apps/tailscale-operator.yaml b/manifests/_apps/tailscale-operator.yaml index b38cfa3..fc53fd1 100644 --- a/manifests/_apps/tailscale-operator.yaml +++ b/manifests/_apps/tailscale-operator.yaml @@ -16,6 +16,8 @@ spec: targetRevision: HEAD syncPolicy: automated: {} + syncOptions: + - CreateNamespace=true ignoreDifferences: - kind: Secret jsonPointers: @@ -44,5 +46,7 @@ spec: hostname: "scaleway" syncPolicy: automated: {} + syncOptions: + - CreateNamespace=true ---