diff --git a/clusters/cl01tl/helm/stack/templates/application-set.yaml b/clusters/cl01tl/helm/stack/templates/application-set.yaml index 583eeaa42..88d83491e 100644 --- a/clusters/cl01tl/helm/stack/templates/application-set.yaml +++ b/clusters/cl01tl/helm/stack/templates/application-set.yaml @@ -15,7 +15,7 @@ spec: generators: - git: repoURL: http://gitea-http.gitea:3000/alexlebens/infrastructure - revision: HEAD + revision: manifests directories: - path: clusters/cl01tl/manifests/* - path: clusters/cl01tl/manifests/stack @@ -27,7 +27,7 @@ spec: project: default source: repoURL: http://gitea-http.gitea:3000/alexlebens/infrastructure - targetRevision: HEAD + targetRevision: manifests path: '{{ `{{.path.path}}` }}' helm: releaseName: '{{ `{{path.basename}}` }}' diff --git a/clusters/cl01tl/helm/stack/templates/application.yaml b/clusters/cl01tl/helm/stack/templates/application.yaml index cb2ca2413..47544eaba 100644 --- a/clusters/cl01tl/helm/stack/templates/application.yaml +++ b/clusters/cl01tl/helm/stack/templates/application.yaml @@ -13,7 +13,7 @@ spec: project: default source: repoURL: http://gitea-http.gitea:3000/alexlebens/infrastructure - targetRevision: HEAD + targetRevision: manifests path: clusters/cl01tl/manifests/stack destination: name: in-cluster