Skip to content

Commit 7d94d27

Browse files
committed
feat: enable HonorPVReclaimPolicy in csi-provisioner
1 parent 134e9c1 commit 7d94d27

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed
22 Bytes
Binary file not shown.

charts/latest/blob-csi-driver/templates/csi-blob-controller.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ spec:
7373
- "--extra-create-metadata=true"
7474
- "--kube-api-qps=50"
7575
- "--kube-api-burst=100"
76+
- "--feature-gates=HonorPVReclaimPolicy=true"
7677
env:
7778
- name: ADDRESS
7879
value: /csi/csi.sock

deploy/csi-blob-controller.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ spec:
4444
- "--extra-create-metadata=true"
4545
- "--kube-api-qps=50"
4646
- "--kube-api-burst=100"
47+
- "--feature-gates=HonorPVReclaimPolicy=true"
4748
env:
4849
- name: ADDRESS
4950
value: /csi/csi.sock

0 commit comments

Comments
 (0)