Auto-create namespace

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2023-12-15 13:04:40 +00:00
parent 671e60fb18
commit c9968b3ac7
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78
1 changed files with 4 additions and 0 deletions

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