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.

19 lines
699 B

  1. ## Repo for UpClouds csi-driver: https://github.com/UpCloudLtd/upcloud-csi
  2. ## To use UpClouds CSI plugin to provision volumes set this value to true
  3. ## Remember to set UPCLOUD_USERNAME and UPCLOUD_PASSWORD
  4. # upcloud_csi_enabled: true
  5. # upcloud_csi_controller_replicas: 1
  6. ## Override used image tags
  7. # upcloud_csi_provisioner_image_tag: "v3.1.0"
  8. # upcloud_csi_attacher_image_tag: "v3.4.0"
  9. # upcloud_csi_resizer_image_tag: "v1.4.0"
  10. # upcloud_csi_plugin_image_tag: "v0.2.1"
  11. # upcloud_csi_node_image_tag: "v2.5.0"
  12. # upcloud_tolerations: []
  13. ## Storage class options
  14. # expand_persistent_volumes: true
  15. # parameters:
  16. # tier: maxiops # or hdd
  17. # storage_classes:
  18. # - name: standard
  19. # is_default: true