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

removed debug output

parent ec42bcfb
No related branches found
No related tags found
1 merge request!31Resolve "Update deployment"
......@@ -5,14 +5,6 @@ set -e
HELM_RELEASE_NAME=${HELM_RELEASE_NAME:0:53}
HELM_RELEASE_NAME=${HELM_RELEASE_NAME%%*(-)}
echo $KUBE_NAMESPACE
echo $HELM_RELEASE_NAME
kubectl -n $KUBE_NAMESPACE get pods
kubectl -n $KUBE_NAMESPACE get secret ${HELM_RELEASE_NAME}
kubectl -n metager-2 get pods
# Create/Update the secret
kubectl -n $KUBE_NAMESPACE create secret generic ${HELM_RELEASE_NAME} \
--from-file=${ENV_PRODUCTION} \
......
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