This commit is contained in:
j 2025-08-13 23:17:50 +10:00
parent dfaf0fe866
commit ddcf3806e0

View file

@ -41,16 +41,16 @@ 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