diff --git a/.gitlab/deployment_scripts/update_secret.sh b/.gitlab/deployment_scripts/update_secret.sh index 78738550b823a330f05de3674b86ad20834444aa..3fc502c3ca0b2ad70c1acf8c968f793ec925a031 100755 --- a/.gitlab/deployment_scripts/update_secret.sh +++ b/.gitlab/deployment_scripts/update_secret.sh @@ -8,7 +8,7 @@ HELM_RELEASE_NAME=${HELM_RELEASE_NAME%%*(-)} # Create/Update the secret kubectl -n $KUBE_NAMESPACE create secret generic ${HELM_RELEASE_NAME} \ --from-file=${ENV_PRODUCTION} \ - --from-file=${SUMAS} \ + --from-file=${SUMAS_JSON} \ --from-file=${ADBLACKLIST_DOMAINS} \ --from-file=${ADBLACKLIST_URL} \ --from-file=${BLACKLIST_DESCRIPTION_URL} \ diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index 5bb6730cbeb872983a65b260813150839b4ed05a..9960163f75b96f6632df04d552ce4a4d1cf7a7f3 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -59,7 +59,7 @@ spec: readOnly: true - name: secrets mountPath: /metager/metager_app/config/sumas.json - subPath: SUMAS + subPath: SUMAS_JSON - name: secrets mountPath: /metager/metager_app/config/blacklistDomains.txt subPath: BLACKLIST_DOMAINS