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.

14 lines
629 B

  1. ## Values for the external Hcloud Cloud Controller
  2. # external_hcloud_cloud:
  3. # hcloud_api_token: ""
  4. # token_secret_name: hcloud
  5. # with_networks: false # Use the hcloud controller-manager with networks support https://github.com/hetznercloud/hcloud-cloud-controller-manager#networks-support
  6. # service_account_name: cloud-controller-manager
  7. #
  8. # controller_image_tag: "latest"
  9. # ## A dictionary of extra arguments to add to the openstack cloud controller manager daemonset
  10. # ## Format:
  11. # ## external_hcloud_cloud.controller_extra_args:
  12. # ## arg1: "value1"
  13. # ## arg2: "value2"
  14. # controller_extra_args: {}