Add defaults for external_vsphere_user and external_vsphere_password in the vsphere csi_driver (#9664)

This commit is contained in:
László Rafael
2023-01-14 23:24:14 +01:00
committed by GitHub
parent 754424eca7
commit ea35021c96

View File

@ -34,4 +34,7 @@ unsafe_show_logs: false
# https://github.com/kubernetes-sigs/vsphere-csi-driver/blob/master/docs/book/features/volume_snapshot.md#how-to-enable-volume-snapshot--restore-feature-in-vsphere-csi-
# according to the above link , we can controler the block-volume-snapshot parameter
vsphere_csi_block_volume_snapshot: false
vsphere_csi_block_volume_snapshot: false
external_vsphere_user: "{{ lookup('env','VSPHERE_USER') }}"
external_vsphere_password: "{{ lookup('env','VSPHERE_PASSWORD') }}"