You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
374 B

  1. ---
  2. external_vsphere_vcenter_port: "443"
  3. external_vsphere_insecure: "true"
  4. ## A dictionary of extra arguments to add to the vsphere cloud controller manager daemonset
  5. ## Format:
  6. ## external_vsphere_cloud_controller_extra_args:
  7. ## arg1: "value1"
  8. ## arg2: "value2"
  9. external_vsphere_cloud_controller_extra_args: {}
  10. external_vsphere_cloud_controller_image_tag: "latest"