mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:41:13 +00:00
removed(core): fast storage
This commit is contained in:
parent
4eb49a7fd8
commit
bba4b99817
1 changed files with 0 additions and 13 deletions
|
@ -2,19 +2,6 @@ config:
|
|||
description: Core Components for Kubernetes
|
||||
|
||||
apps:
|
||||
- name: fast-storage
|
||||
namespace: fast-storage
|
||||
repoURL: https://github.com/rancher/local-path-provisioner
|
||||
path: deploy/chart/local-path-provisioner
|
||||
syncWave: '0'
|
||||
parameters:
|
||||
- name: storageClass.name
|
||||
value: fast
|
||||
- name: nodePathMap[0].node
|
||||
value: DEFAULT_PATH_FOR_NON_LISTED_NODES
|
||||
- name: nodePathMap[0].paths[0]
|
||||
value: /var/lib/rancher/k3s/storage
|
||||
|
||||
- name: ssd-storage
|
||||
namespace: ssd-storage
|
||||
repoURL: https://github.com/rancher/local-path-provisioner
|
||||
|
|
Loading…
Reference in a new issue