Skip to content

Commit 0eae719

Browse files
authored
Merge pull request #5 from redhat-gpte-devopsautomation/master
Update task-update-deployment.yaml
2 parents f455499 + c263f54 commit 0eae719

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scaffolder-templates/gitlab/quinoa-wind-turbine/manifests/helm/build/templates/task-update-deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
4747
FILE=$(params.component-id)-argocd-app-$ENVIRON.yaml
4848
49-
sed -i "22s/.*/ value: $(params.image-tag)/" argocd/$FILE
49+
sed -i "22s/.*/ value: '$(params.image-tag)'/" argocd/$FILE
5050
5151
git add .
5252
@@ -72,4 +72,4 @@ spec:
7272
valueFrom:
7373
secretKeyRef:
7474
key: password
75-
name: $(params.common-password-secret)
75+
name: $(params.common-password-secret)

0 commit comments

Comments
 (0)