This commit is contained in:
j 2025-08-13 23:15:12 +10:00
parent 27b55cb851
commit 8e366108ca

View file

@ -25,13 +25,13 @@ spec:
wave: 2 wave: 2
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: database namespace: database
@ -41,4 +41,4 @@ spec:
selfHeal: true selfHeal: true
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
- SyncWave={{wave}} - SyncWave={{.wave}}