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

debug output

parent 4596e9d7
No related branches found
No related tags found
2 merge requests!2005Development,!2002Resolve "implementing the alleinstellungsmerkmale to the about us page"
......@@ -2,8 +2,11 @@
set -e
echo $HELM_RELEASE_NAME;
HELM_RELEASE_NAME=${HELM_RELEASE_NAME:0:53}
echo $HELM_RELEASE_NAME;
HELM_RELEASE_NAME=${HELM_RELEASE_NAME%%*(-)}
echo $HELM_RELEASE_NAME;
# Create/Update the secret
kubectl -n $KUBE_NAMESPACE create secret generic ${HELM_RELEASE_NAME} \
......
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