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.

40 lines
1.2 KiB

  1. ## When azure is used, you need to also set the following variables.
  2. ## see docs/azure.md for details on how to get these values
  3. # azure_cloud:
  4. # azure_tenant_id:
  5. # azure_subscription_id:
  6. # azure_aad_client_id:
  7. # azure_aad_client_secret:
  8. # azure_resource_group:
  9. # azure_location:
  10. # azure_subnet_name:
  11. # azure_security_group_name:
  12. # azure_security_group_resource_group:
  13. # azure_vnet_name:
  14. # azure_vnet_resource_group:
  15. # azure_route_table_name:
  16. # azure_route_table_resource_group:
  17. # supported values are 'standard' or 'vmss'
  18. # azure_vmtype: standard
  19. ## Azure Disk CSI credentials and parameters
  20. ## see docs/azure-csi.md for details on how to get these values
  21. # azure_csi_tenant_id:
  22. # azure_csi_subscription_id:
  23. # azure_csi_aad_client_id:
  24. # azure_csi_aad_client_secret:
  25. # azure_csi_location:
  26. # azure_csi_resource_group:
  27. # azure_csi_vnet_name:
  28. # azure_csi_vnet_resource_group:
  29. # azure_csi_subnet_name:
  30. # azure_csi_security_group_name:
  31. # azure_csi_use_instance_metadata:
  32. # azure_csi_tags: "Owner=owner,Team=team,Environment=environment'
  33. ## To enable Azure Disk CSI, uncomment below
  34. # azure_csi_enabled: true
  35. # azure_csi_controller_replicas: 1
  36. # azure_csi_plugin_image_tag: latest