Skip to content

Commit

Permalink
Merge pull request #5 from redhat-gpte-devopsautomation/master
Browse files Browse the repository at this point in the history
Update task-update-deployment.yaml
  • Loading branch information
treddy08 authored Jul 22, 2024
2 parents f455499 + c263f54 commit 0eae719
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
FILE=$(params.component-id)-argocd-app-$ENVIRON.yaml
sed -i "22s/.*/ value: $(params.image-tag)/" argocd/$FILE
sed -i "22s/.*/ value: '$(params.image-tag)'/" argocd/$FILE
git add .
Expand All @@ -72,4 +72,4 @@ spec:
valueFrom:
secretKeyRef:
key: password
name: $(params.common-password-secret)
name: $(params.common-password-secret)

0 comments on commit 0eae719

Please sign in to comment.