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