mirror of
https://github.com/nold360/hive-apps
synced 2024-11-19 03:59:31 +00:00
Fix(local-path-provisioner): Chart path
This commit is contained in:
parent
77a882490f
commit
cf74ffd1b5
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ apps:
|
|||
- name: fast-storage
|
||||
namespace: fast-storage
|
||||
repoURL: https://github.com/rancher/local-path-provisioner
|
||||
path: deploy/chart
|
||||
path: deploy/chart/local-path-provisioner
|
||||
syncWave: '0'
|
||||
parameters:
|
||||
- name: storageClass.name
|
||||
|
@ -18,7 +18,7 @@ apps:
|
|||
- name: ssd-storage
|
||||
namespace: ssd-storage
|
||||
repoURL: https://github.com/rancher/local-path-provisioner
|
||||
path: deploy/chart
|
||||
path: deploy/chart/local-path-provisioner
|
||||
syncWave: '0'
|
||||
parameters:
|
||||
- name: storageClass.name
|
||||
|
|
Loading…
Reference in a new issue