Skip to content

Commit

Permalink
Update set-template-ref syntax on helper scripts (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
Victoremepunto authored Sep 8, 2021
1 parent 434a661 commit d8676c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cicd/deploy_ephemeral_db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bonfire process \
$APP_NAME \
--source=appsre \
--ref-env insights-stage \
--set-template-ref ${APP_NAME}/${COMPONENT_NAME}=${GIT_COMMIT} \
--set-template-ref ${COMPONENT_NAME}=${GIT_COMMIT} \
--set-image-tag $IMAGE=$IMAGE_TAG \
--namespace $NAMESPACE \
--no-get-dependencies \
Expand Down
2 changes: 1 addition & 1 deletion cicd/deploy_ephemeral_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bonfire deploy \
${APP_NAME} \
--source=appsre \
--ref-env insights-stage \
--set-template-ref ${APP_NAME}/${COMPONENT_NAME}=${GIT_COMMIT} \
--set-template-ref ${COMPONENT_NAME}=${GIT_COMMIT} \
--set-image-tag ${IMAGE}=${IMAGE_TAG} \
--namespace ${NAMESPACE} \
--timeout ${DEPLOY_TIMEOUT} \
Expand Down

0 comments on commit d8676c6

Please sign in to comment.