mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-06 21:57:48 +01:00
Issue with dotnext PVC preventing normal deployments
* fixed k3d-deploy.sh directory reference
This commit is contained in:
@@ -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"
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user