Skip to content

Commit d9e90f2

Browse files
committed
fix: gocd 파이프라인 수정
1 parent b40e291 commit d9e90f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/gocd/templates/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pipelines:
6666
cd gitops-repo
6767
6868
echo "Rendering Helm templates..."
69-
helm template app ./templates/application \
69+
helm template app ./templates/applications \
7070
--values ./pipelines/{{ .Values.appName }}/values.yaml \
7171
--set imageTag=$VERSION > ./pipelines/{{ .Values.appName }}/manifests.yaml
7272

0 commit comments

Comments
 (0)