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%%*(-)} ...@@ -8,7 +8,7 @@ HELM_RELEASE_NAME=${HELM_RELEASE_NAME%%*(-)}
# Create/Update the secret # Create/Update the secret
kubectl -n $KUBE_NAMESPACE create secret generic ${HELM_RELEASE_NAME} \ kubectl -n $KUBE_NAMESPACE create secret generic ${HELM_RELEASE_NAME} \
--from-file=${ENV_PRODUCTION} \ --from-file=${ENV_PRODUCTION} \
--from-file=${SUMAS} \ --from-file=${SUMAS_JSON} \
--from-file=${ADBLACKLIST_DOMAINS} \ --from-file=${ADBLACKLIST_DOMAINS} \
--from-file=${ADBLACKLIST_URL} \ --from-file=${ADBLACKLIST_URL} \
--from-file=${BLACKLIST_DESCRIPTION_URL} \ --from-file=${BLACKLIST_DESCRIPTION_URL} \
......
...@@ -59,7 +59,7 @@ spec: ...@@ -59,7 +59,7 @@ spec:
readOnly: true readOnly: true
- name: secrets - name: secrets
mountPath: /metager/metager_app/config/sumas.json mountPath: /metager/metager_app/config/sumas.json
subPath: SUMAS subPath: SUMAS_JSON
- name: secrets - name: secrets
mountPath: /metager/metager_app/config/blacklistDomains.txt mountPath: /metager/metager_app/config/blacklistDomains.txt
subPath: BLACKLIST_DOMAINS subPath: BLACKLIST_DOMAINS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment