local-path-storage

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2025-06-29 08:04:54 +00:00
parent ef51fa9649
commit 7c5cd842de
2 changed files with 23 additions and 0 deletions

View 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

View 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