example has dots?
This commit is contained in:
parent
e245a30ca2
commit
27b55cb851
1 changed files with 5 additions and 4 deletions
|
@ -5,6 +5,7 @@ metadata:
|
|||
name: home-server-applications
|
||||
namespace: argocd
|
||||
spec:
|
||||
|
||||
generators:
|
||||
- list:
|
||||
elements:
|
||||
|
@ -40,20 +41,20 @@ spec:
|
|||
|
||||
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: '{{namespace}}'
|
||||
namespace: '{{.namespace}}'
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- SyncWave={{wave}}
|
||||
- SyncWave={{.wave}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue