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

@ -1,6 +1,6 @@
#!/bin/bash
DOCKER_BUILDKIT=1 docker build -t k3d-registry.localhost:55000/homepage:local .
DOCKER_BUILDKIT=1 docker build -t k3d-registry.localhost:55000/homepage:local ..
docker push k3d-registry.localhost:55000/homepage:local
HELM_REPO_NAME=jameswynn