add dots
This commit is contained in:
parent
27b55cb851
commit
8e366108ca
1 changed files with 3 additions and 3 deletions
|
@ -25,13 +25,13 @@ spec:
|
|||
wave: 2
|
||||
template:
|
||||
metadata:
|
||||
name: '{{name}}'
|
||||
name: '{{.name}}'
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: 'https://repobase.net/j/home-server.git'
|
||||
targetRevision: HEAD
|
||||
path: '{{path}}'
|
||||
path: '{{.path}}'
|
||||
destination:
|
||||
server: 'https://kubernetes.default.svc'
|
||||
namespace: database
|
||||
|
@ -41,4 +41,4 @@ spec:
|
|||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- SyncWave={{wave}}
|
||||
- SyncWave={{.wave}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue