local-path-storage
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
ef51fa9649
commit
7c5cd842de
2 changed files with 23 additions and 0 deletions
15
manifests/local-path-provisioner/configmap.yaml
Normal file
15
manifests/local-path-provisioner/configmap.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
apiVersion: v1
|
||||
data:
|
||||
config.json: |-
|
||||
{
|
||||
"nodePathMap":[
|
||||
{
|
||||
"node":"DEFAULT_PATH_FOR_NON_LISTED_NODES",
|
||||
"paths":["/var/local-path-storage"]
|
||||
}
|
||||
]
|
||||
}
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: local-path-config
|
||||
namespace: local-path-storage
|
8
manifests/local-path-provisioner/kustomization.yaml
Normal file
8
manifests/local-path-provisioner/kustomization.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- github.com/rancher/local-path-provisioner/deploy?ref=v0.0.24
|
||||
|
||||
patches:
|
||||
- path: configmap.yaml
|
Loading…
Add table
Reference in a new issue