remove quotes?
This commit is contained in:
parent
8e366108ca
commit
dfaf0fe866
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue