From 227e8908b87950182359856ff2f38462fe9d577c Mon Sep 17 00:00:00 2001 From: maxmwang Date: Tue, 5 Nov 2024 19:52:04 -0800 Subject: [PATCH] add env variables to updater.yaml --- infra/app/templates/updater.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/infra/app/templates/updater.yaml b/infra/app/templates/updater.yaml index d52bb5280..d3f6149ec 100644 --- a/infra/app/templates/updater.yaml +++ b/infra/app/templates/updater.yaml @@ -43,6 +43,10 @@ spec: value: "_" - name: SIS_COURSE_APP_KEY value: "_" + - name: SIS_TERM_APP_ID + value: "_" + - name: SIS_TERM_APP_KEY + value: "_" - name: GOOGLE_CLIENT_ID value: "_" - name: GOOGLE_CLIENT_SECRET