Skip to content

Commit

Permalink
fix(HMS-1825): set ENV_NAME value
Browse files Browse the repository at this point in the history
Fill the value for ENV_NAME into the bonfire.example.yaml file.

Signed-off-by: Alejandro Visiedo <[email protected]>
  • Loading branch information
avisiedo authored and frasertweedale committed Mar 4, 2024
1 parent a352d01 commit c76a153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/bonfire.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apps:
repo: ../idm-domains-backend
path: deployments/clowder.yaml
parameters:
ENV_NAME: ""
ENV_NAME: "ephemeral"
# TODO Add here your local repository where you have
# have pushed your development image
# - Update USERNAME by your account name.
Expand All @@ -46,7 +46,7 @@ apps:
parameters:
# This field is override by the bonfire command that is
# launched with the makefile
ENV_NAME: ""
ENV_NAME: "ephemeral"
# IMAGE is override by the values defined at
# 'secrets/private.mk and
# scripts/mk/variables.mk
Expand Down

0 comments on commit c76a153

Please sign in to comment.