Issue with dotnext PVC preventing normal deployments

* fixed k3d-deploy.sh directory reference
This commit is contained in:
James Wynn 2023-01-18 10:05:12 -06:00
parent b724f520cd
commit 725189a7b0
4 changed files with 8 additions and 6 deletions

View file

@ -6,4 +6,4 @@ chmod 600 kubeconfig
export KUBECONFIG=$(pwd)/kubeconfig
echo "Waiting for traefik install job to complete (CTRL+C is safe if you're impatient)"
kubectl wait jobs/helm-install-traefik -n kube-system --for condition=complete --timeout 90s && echo "Completed" || echo "Timed out"
kubectl wait jobs/helm-install-traefik -n kube-system --for condition=complete --timeout 90s && echo "Completed" || echo "Timed out (but it should still come up eventually)"