mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-19 11:09:50 +00:00
Issue with dotnext PVC preventing normal deployments
* fixed k3d-deploy.sh directory reference
This commit is contained in:
parent
b724f520cd
commit
725189a7b0
4 changed files with 8 additions and 6 deletions
|
@ -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"
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue