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

using new sumas file

parent 440319b8
No related branches found
No related tags found
2 merge requests!2056Development,!2055Resolve "Full Keymanager Integration"
......@@ -8,7 +8,7 @@ HELM_RELEASE_NAME=$(echo $HELM_RELEASE_NAME | sed 's/-$//')
# Create/Update the secret
kubectl -n $KUBE_NAMESPACE create secret generic ${HELM_RELEASE_NAME} \
--from-file=${ENV_PRODUCTION} \
--from-file=${SUMAS_JSON} \
--from-file=SUMAS_JSON=${NEW_SUMAS} \
--from-file=${ADBLACKLIST_DOMAINS} \
--from-file=${ADBLACKLIST_URL} \
--from-file=${BLACKLIST_DESCRIPTION_URL} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment