Add extra arguments variables for openstack and vsphere cloud controller manager daemonsets (#6783)

This commit is contained in:
Joren Zandstra
2020-10-02 19:14:48 +02:00
committed by GitHub
parent 58959ae82f
commit 9729b6b75a
4 changed files with 18 additions and 0 deletions

View File

@@ -2,4 +2,10 @@
external_vsphere_vcenter_port: "443"
external_vsphere_insecure: "true"
## A dictionary of extra arguments to add to the vsphere cloud controller manager daemonset
## Format:
## external_vsphere_cloud_controller_extra_args:
## arg1: "value1"
## arg2: "value2"
external_vsphere_cloud_controller_extra_args: {}
external_vsphere_cloud_controller_image_tag: "latest"