Add resources section to all containers releated to Vsphere CSI driver (#9687)

This commit is contained in:
Eugene Artemenko
2023-02-27 12:36:20 +02:00
committed by GitHub
parent 62f34c6085
commit 5cbcec8968
3 changed files with 50 additions and 0 deletions

View File

@@ -38,3 +38,17 @@ vsphere_csi_block_volume_snapshot: false
external_vsphere_user: "{{ lookup('env','VSPHERE_USER') }}"
external_vsphere_password: "{{ lookup('env','VSPHERE_PASSWORD') }}"
# Controller resources
vsphere_csi_snapshotter_resources: {}
vsphere_csi_provisioner_resources: {}
vsphere_syncer_resources: {}
vsphere_csi_liveness_probe_controller_resources: {}
vsphere_csi_resources: {}
vsphere_csi_resizer_resources: {}
vsphere_csi_attacher_resources: {}
# DaemonSet node resources
vsphere_csi_node_driver_registrar_resources: {}
vsphere_csi_driver_resources: {}
vsphere_csi_liveness_probe_ds_resources: {}