Skip to content

Commit

Permalink
Update k8s-vault-minikube-start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Pastekitoo authored Feb 15, 2025
1 parent 339bb68 commit 53a88a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion k8s-vault-minikube-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ kubectl exec vault-0 -n vault -- vault write auth/kubernetes/role/secret-challen
kubectl create serviceaccount vault
echo "Deploy secret challenge app"
kubectl apply -f k8s/secret-challenge-vault-deployment.yml
read
golivecounter=0
while [[ $(kubectl get pods -l app=secret-challenge -o 'jsonpath={..status.conditions[?(@.type=="Ready")].status}') != "True" ]];
do
Expand Down

0 comments on commit 53a88a7

Please sign in to comment.