mirror of
https://github.com/nold360/hive-apps
synced 2024-12-23 06:01:18 +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
|
- name: fast-storage
|
||||||
namespace: fast-storage
|
namespace: fast-storage
|
||||||
repoURL: https://github.com/rancher/local-path-provisioner
|
repoURL: https://github.com/rancher/local-path-provisioner
|
||||||
path: deploy/chart
|
path: deploy/chart/local-path-provisioner
|
||||||
syncWave: '0'
|
syncWave: '0'
|
||||||
parameters:
|
parameters:
|
||||||
- name: storageClass.name
|
- name: storageClass.name
|
||||||
|
@ -18,7 +18,7 @@ apps:
|
||||||
- name: ssd-storage
|
- name: ssd-storage
|
||||||
namespace: ssd-storage
|
namespace: ssd-storage
|
||||||
repoURL: https://github.com/rancher/local-path-provisioner
|
repoURL: https://github.com/rancher/local-path-provisioner
|
||||||
path: deploy/chart
|
path: deploy/chart/local-path-provisioner
|
||||||
syncWave: '0'
|
syncWave: '0'
|
||||||
parameters:
|
parameters:
|
||||||
- name: storageClass.name
|
- name: storageClass.name
|
||||||
|
|
Loading…
Reference in a new issue