Auto-create namespace

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2023-12-15 13:04:40 +00:00
parent 671e60fb18
commit c9968b3ac7

View File

@@ -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
---