mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-21 10:57:41 -02:30
Add defaults for external_vsphere_user and external_vsphere_password in the vsphere csi_driver (#9664)
This commit is contained in:
@@ -35,3 +35,6 @@ 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-
|
# 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
|
# 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') }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user