idk why but gpt touched this up
This commit is contained in:
parent
66692580e8
commit
da95311d02
1 changed files with 23 additions and 23 deletions
|
@ -54,12 +54,12 @@ spec:
|
|||
path: '{{path}}'
|
||||
destination:
|
||||
server: 'https://kubernetes.default.svc'
|
||||
namespace: '{{namespace}}'
|
||||
namespace: '{{namespace | default "default"}}'
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- SyncWave={{wave}}
|
||||
- SyncWave={{wave | default "0"}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue