add fix for GCP CSI driver (#8616)

Signed-off-by: Lubos Mercl <lubos.mercl@gmail.com>
This commit is contained in:
Lubos Mercl
2022-05-03 17:55:56 +02:00
committed by GitHub
parent fe66121287
commit c20ab7d987
4 changed files with 10 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ spec:
serviceAccountName: csi-gce-pd-node-sa
containers:
- name: csi-driver-registrar
image: {{ gcp_pd_csi_image_repo }}/csi-node-driver-registrar:{{ gcp_pd_csi_registrar_image_tag }}
image: {{ csi_node_driver_registrar_image_repo }}:{{ csi_node_driver_registrar_image_tag }}
args:
- "--v=5"
- "--csi-address=/csi/csi.sock"
@@ -45,7 +45,7 @@ spec:
privileged: true
# Don't change base image without changing pdImagePlaceholder in
# test/k8s-integration/main.go
image: {{ gcp_pd_csi_image_repo }}/gcp-compute-persistent-disk-csi-driver:{{ gcp_pd_csi_driver_image_tag }}
image: {{ gcp_pd_csi_plugin_image_repo }}:{{ gcp_pd_csi_plugin_image_tag }}
args:
- "--v=5"
- "--endpoint=unix:/csi/csi.sock"