example has dots?

This commit is contained in:
j 2025-08-13 23:14:07 +10:00
parent e245a30ca2
commit 27b55cb851

View file

@ -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}}