Defaults to avoid nils
This commit is contained in:
parent
35c5cce964
commit
36a611175c
1 changed files with 2 additions and 2 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 10}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue