double?
This commit is contained in:
parent
dfaf0fe866
commit
ddcf3806e0
1 changed files with 3 additions and 3 deletions
|
@ -41,16 +41,16 @@ 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue