Merge pull request #790 from RaunakShah/add-flag

Add volume mode conversion flag to snapshot-controller manifest
This commit is contained in:
Kubernetes Prow Robot
2023-01-03 16:09:22 -08:00
committed by GitHub

View File

@@ -37,4 +37,7 @@ spec:
args:
- "--v=5"
- "--leader-election=true"
# Add a marker to the snapshot-controller manifests. This is needed to enable feature gates in CSI prow jobs.
# For example, in https://github.com/kubernetes-csi/csi-release-tools/pull/209, the snapshot-controller YAML is updated to add --prevent-volume-mode-conversion=true so that the feature can be enabled for certain e2e tests.
# end snapshot controller args
imagePullPolicy: IfNotPresent