auto create namespace

This commit is contained in:
2024-07-15 02:21:45 +10:00
parent c6ad94e3db
commit 87b4154b05
4 changed files with 4 additions and 0 deletions

View File

@@ -66,4 +66,5 @@ spec:
allowEmpty: true allowEmpty: true
prune: true prune: true
selfHeal: true selfHeal: true
createNamespace: true
status: {} status: {}

View File

@@ -66,4 +66,5 @@ spec:
allowEmpty: true allowEmpty: true
prune: true prune: true
selfHeal: true selfHeal: true
createNamespace: true
status: {} status: {}

View File

@@ -66,4 +66,5 @@ spec:
allowEmpty: true allowEmpty: true
prune: true prune: true
selfHeal: true selfHeal: true
createNamespace: true
status: {} status: {}

View File

@@ -29,6 +29,7 @@ spec:
selfHeal: true selfHeal: true
syncOptions: syncOptions:
- allowEmpty=true - allowEmpty=true
- CreateNamespace=true
status: status:
health: {} health: {}
summary: {} summary: {}