Skip to content
Snippets Groups Projects
Commit 118e9625 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

updated sumas file

parent 44d8cf02
No related branches found
No related tags found
2 merge requests!2010Development,!2001Resolve "Improve Localization"
......@@ -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} \
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment