Skip to content

Commit a584911

Browse files
committed
updated tons of dependencies, and fixed the admin for challenge53
1 parent f85e2da commit a584911

File tree

6 files changed

+696
-604
lines changed

6 files changed

+696
-604
lines changed

build-and-deploy-minikube.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ kubectl wait --for=condition=ready pod -l app=wrongsecrets-balancer --timeout=2s
1313

1414
echo "let's go!"
1515

16+
echo "password base64 encoded: " + $(kubectl get secrets wrongsecrets-balancer-secret -o=jsonpath='{.data.adminPassword}')
17+
18+
1619
kubectl port-forward service/wrongsecrets-balancer 3000:3000
1720

1821
kubectl port-forward service/prometheus-server 9090:80

0 commit comments

Comments
 (0)