Skip to content
Snippets Groups Projects
Verified Commit 7dcd715f authored by David Hoese's avatar David Hoese
Browse files

More debug

parent 84cbe921
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,7 @@ deploy_prod_rabbit: ...@@ -109,7 +109,7 @@ deploy_prod_rabbit:
- kubeconfig=$(basename $kubekorner_k3s_config) - kubeconfig=$(basename $kubekorner_k3s_config)
# get password from any previous installation # get password from any previous installation
# if we don't do this the password will get out of sync # if we don't do this the password will get out of sync
- kubectl --kubeconfig $kubeconfig get secret --namespace geosphere-test geosphere-rabbit-rabbitmq -o jsonpath="{.data.rabbitmq-password}" 2>/dev/null - kubectl --kubeconfig $kubeconfig get secret --namespace geosphere-test geosphere-rabbit-rabbitmq -o jsonpath="{.data.rabbitmq-password}" 2>/dev/null || echo ""
- pw=$(kubectl --kubeconfig $kubeconfig get secret --namespace geosphere-test geosphere-rabbit-rabbitmq -o jsonpath="{.data.rabbitmq-password}" 2>/dev/null || echo "") - pw=$(kubectl --kubeconfig $kubeconfig get secret --namespace geosphere-test geosphere-rabbit-rabbitmq -o jsonpath="{.data.rabbitmq-password}" 2>/dev/null || echo "")
- echo $pw - echo $pw
- pw=$(echo $pw | base64 -d) - pw=$(echo $pw | base64 -d)
......
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