fix templating
Some checks failed
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Has been cancelled
render-manifests / render-manifests-helm (push) Successful in 1m52s

This commit is contained in:
2025-11-30 22:10:45 -06:00
parent 3467b8a427
commit 855245e8f8

View File

@@ -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: ""