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

removed debug messages

parent acb1324c
No related branches found
No related tags found
2 merge requests!2005Development,!2002Resolve "implementing the alleinstellungsmerkmale to the about us page"
...@@ -2,11 +2,8 @@ ...@@ -2,11 +2,8 @@
set -e set -e
echo $HELM_RELEASE_NAME;
HELM_RELEASE_NAME=${HELM_RELEASE_NAME:0:53} HELM_RELEASE_NAME=${HELM_RELEASE_NAME:0:53}
echo $HELM_RELEASE_NAME;
HELM_RELEASE_NAME=$(echo $HELM_RELEASE_NAME | sed 's/-$//') HELM_RELEASE_NAME=$(echo $HELM_RELEASE_NAME | sed 's/-$//')
echo $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} \
......
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