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

@ -19,6 +19,7 @@ helm_resource('homepage', 'jameswynn/homepage',
],
# image_selector= "k3d-registry.localhost:55000/homepage:local",
flags=[
"-f", "k3d-helm-values.yaml"
"-f", "k3d-helm-values.yaml",
"--set", "persistence.dotnext.enabled=true"
]
)