fix templating
This commit is contained in:
@@ -22,18 +22,18 @@ spec:
|
|||||||
exclude: true
|
exclude: true
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
name: '{{ .path.basename }}'
|
name: '{{ `{{path.basename}}` }}'
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: http://gitea-http.gitea:3000/alexlebens/infrastructure
|
repoURL: http://gitea-http.gitea:3000/alexlebens/infrastructure
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: '{{.path.path}}'
|
path: '{{ `{{.path.path}}` }}'
|
||||||
helm:
|
helm:
|
||||||
releaseName: '{{ .path.basename }}'
|
releaseName: '{{ `{{path.basename}}` }}'
|
||||||
destination:
|
destination:
|
||||||
name: in-cluster
|
name: in-cluster
|
||||||
namespace: '{{ .path.basename }}'
|
namespace: '{{ `{{path.basename}}` }}'
|
||||||
revisionHistoryLimit: 3
|
revisionHistoryLimit: 3
|
||||||
ignoreDifferences:
|
ignoreDifferences:
|
||||||
- group: ""
|
- group: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user