From abb7c4da16c070ccc8cd78932dd0bd58c11a6af7 Mon Sep 17 00:00:00 2001 From: Reshma Abdul Rahim Date: Fri, 5 Apr 2024 12:19:25 -0400 Subject: [PATCH] Make env configurable Signed-off-by: Reshma Abdul Rahim --- samples/demo/Chart/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/demo/Chart/values.yaml b/samples/demo/Chart/values.yaml index 9751b981..ac86339d 100644 --- a/samples/demo/Chart/values.yaml +++ b/samples/demo/Chart/values.yaml @@ -1,3 +1,4 @@ image: repository: ghcr.io/radius-project/samples/demo - tag: latest \ No newline at end of file + tag: latest +environment: default \ No newline at end of file