From c76a15322f4c289d835ea964187ecc3048e77dc4 Mon Sep 17 00:00:00 2001 From: Alejandro Visiedo Date: Wed, 24 Jan 2024 10:46:43 +0100 Subject: [PATCH] fix(HMS-1825): set ENV_NAME value Fill the value for ENV_NAME into the bonfire.example.yaml file. Signed-off-by: Alejandro Visiedo --- config/bonfire.example.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/bonfire.example.yaml b/config/bonfire.example.yaml index c5423a5..2abe9b0 100644 --- a/config/bonfire.example.yaml +++ b/config/bonfire.example.yaml @@ -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. @@ -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