From 1fcd35b9f04b9b06785dde45990fc8beb77ba218 Mon Sep 17 00:00:00 2001 From: Sivaprakash Ramasamy Date: Mon, 26 Aug 2024 11:07:02 +0530 Subject: [PATCH] update env for ui-proxies --- kubernetes/ansible/shared_files/templates/ui-shared-env.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/ansible/shared_files/templates/ui-shared-env.j2 b/kubernetes/ansible/shared_files/templates/ui-shared-env.j2 index 602382b4f4..c4ac8aeb06 100644 --- a/kubernetes/ansible/shared_files/templates/ui-shared-env.j2 +++ b/kubernetes/ansible/shared_files/templates/ui-shared-env.j2 @@ -242,5 +242,5 @@ COURSE_PREVIEW={{ course_preview }} KARMAYOGI_TALKS={{ karmayogi_talks }} YOUTUBE_PLAYLIST_NAMES=PM_TALK_LIST,COURSE_PREVIEW,KARMAYOGI_TALKS -FRAMEWORK_ALLOWED_UPDATE_CATEGORY='kcmfinal_fw', -FRAMEWORK_MASTER_ALLOWED_UPDATE_ROLE='SPV_ADMIN' +FRAMEWORK_ALLOWED_UPDATE_CATEGORY=kcmfinal_fw +FRAMEWORK_MASTER_ALLOWED_UPDATE_ROLE=SPV_ADMIN