Skip to content

Commit

Permalink
test: disable HonorPVReclaimPolicy due to k8s PR #125767
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Jul 17, 2024
1 parent a4165ae commit ebb303c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
Binary file modified charts/latest/csi-driver-smb-v0.0.0.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ spec:
- "--leader-election"
- "--leader-election-namespace={{ .Release.Namespace }}"
- "--extra-create-metadata=true"
- "--feature-gates=HonorPVReclaimPolicy=false"
env:
- name: ADDRESS
value: /csi/csi.sock
Expand Down
Binary file modified charts/v1.14.0/csi-driver-smb-v1.14.0.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ spec:
- "--leader-election"
- "--leader-election-namespace={{ .Release.Namespace }}"
- "--extra-create-metadata=true"
- "--feature-gates=HonorPVReclaimPolicy=false"
env:
- name: ADDRESS
value: /csi/csi.sock
Expand Down

0 comments on commit ebb303c

Please sign in to comment.