Skip to content

Commit cca3c14

Browse files
authored
Merge pull request #540 from saikat-royc/disable-volume-inuse-errorhandler
Disable VolumeInUse Error handler in CSI Resizer
2 parents 72a0034 + ee1175b commit cca3c14

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

deploy/kubernetes/overlays/prow-gke-release-staging-head/kustomization.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,9 @@ patchesJson6902:
1111
kind: Deployment
1212
name: csi-gce-pd-controller
1313
path: leader-election-flag.yaml
14+
- target:
15+
group: apps
16+
version: v1
17+
kind: Deployment
18+
name: csi-gce-pd-controller
19+
path: volume-inuse-error-handler.yaml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- op: add
2+
path: /spec/template/spec/containers/2/args/-
3+
value: "--handle-volume-inuse-error=false"

0 commit comments

Comments
 (0)