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
|
name: home-server-applications
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
|
|
||||||
generators:
|
generators:
|
||||||
- list:
|
- list:
|
||||||
elements:
|
elements:
|
||||||
|
@ -40,20 +41,20 @@ spec:
|
||||||
|
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
name: '{{name}}'
|
name: '{{.name}}'
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: 'https://repobase.net/j/home-server.git'
|
repoURL: 'https://repobase.net/j/home-server.git'
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: '{{path}}'
|
path: '{{.path}}'
|
||||||
destination:
|
destination:
|
||||||
server: 'https://kubernetes.default.svc'
|
server: 'https://kubernetes.default.svc'
|
||||||
namespace: '{{namespace}}'
|
namespace: '{{.namespace}}'
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
- SyncWave={{wave}}
|
- SyncWave={{.wave}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue