diff --git a/tools/config/update-configmap.sh b/tools/config/update-configmap.sh index 917baee..2995ae4 100644 --- a/tools/config/update-configmap.sh +++ b/tools/config/update-configmap.sh @@ -8,6 +8,7 @@ COMMON_NAMESPACE=$4 BUSINESS_NAMESPACE=$5 SPLUNK_TOKEN=$6 APP_LOG_LEVEL=$7 +CLIENT_ID=educ-grad-graduation-report-api-service CLIENT_SECRET_NAME=grad-graduation-report-api-client-secret SPLUNK_URL="gww.splunk.educ.gov.bc.ca" diff --git a/tools/openshift/api.dc.yaml b/tools/openshift/api.dc.yaml index 48e9e4f..24a5476 100644 --- a/tools/openshift/api.dc.yaml +++ b/tools/openshift/api.dc.yaml @@ -67,6 +67,8 @@ objects: name: api-grad-report-db-secret - secretRef: name: grad-client-secret + - secretRef: + name: grad-graduation-report-api-client-secret resources: requests: cpu: "${MIN_CPU}"