add path pattern
This commit is contained in:
@@ -8,4 +8,4 @@ dependencies:
|
|||||||
- name: local-path-provisioner
|
- name: local-path-provisioner
|
||||||
version: 0.0.27
|
version: 0.0.27
|
||||||
repository: https://charts.containeroo.ch
|
repository: https://charts.containeroo.ch
|
||||||
appVersion: 0.0.26
|
appVersion: 0.0.27
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
local-static-provisioner:
|
local-static-provisioner:
|
||||||
image:
|
image:
|
||||||
repository: rancher/local-path-provisioner
|
repository: rancher/local-path-provisioner
|
||||||
tag: v0.0.26
|
tag: v0.0.27
|
||||||
storageClass:
|
storageClass:
|
||||||
create: true
|
create: true
|
||||||
defaultClass: false
|
defaultClass: false
|
||||||
@@ -9,6 +9,7 @@ local-static-provisioner:
|
|||||||
name: local-path
|
name: local-path
|
||||||
reclaimPolicy: Delete
|
reclaimPolicy: Delete
|
||||||
volumeBindingMode: WaitForFirstConsumer
|
volumeBindingMode: WaitForFirstConsumer
|
||||||
|
pathPattern: "{{ .PVC.Namespace }}-{{ .PVC.Name }}"
|
||||||
nodePathMap:
|
nodePathMap:
|
||||||
- node: talos-di4-2sr
|
- node: talos-di4-2sr
|
||||||
paths:
|
paths:
|
||||||
|
Reference in New Issue
Block a user