Skip to content

Commit

Permalink
Merely replace RELEASED_VERSION env with envsubst in the manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
poponealex committed Jun 16, 2023
1 parent 280d393 commit aacecaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/generate-static-manifest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ if [ $# -ne 1 ]; then
exit 1
fi
export RELEASED_VERSION="$1"
envsubst < "./deploy/static/cert-manager-openshift-routes.yaml" > "cert-manager-openshift-routes-$RELEASED_VERSION.yaml"
envsubst '${RELEASED_VERSION}' < "./deploy/static/cert-manager-openshift-routes.yaml" > "cert-manager-openshift-routes-$RELEASED_VERSION.yaml"
exit 0

0 comments on commit aacecaa

Please sign in to comment.