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.

16 lines
677 B

  1. ---
  2. upcloud_csi_controller_replicas: 1
  3. upcloud_csi_provisioner_image_tag: "v3.1.0"
  4. upcloud_csi_attacher_image_tag: "v3.4.0"
  5. upcloud_csi_resizer_image_tag: "v1.4.0"
  6. upcloud_csi_plugin_image_tag: "v1.1.0"
  7. upcloud_csi_node_image_tag: "v2.5.0"
  8. upcloud_username: "{{ lookup('env', 'UPCLOUD_USERNAME') }}"
  9. upcloud_password: "{{ lookup('env', 'UPCLOUD_PASSWORD') }}"
  10. upcloud_tolerations: []
  11. upcloud_csi_enable_volume_snapshot: false
  12. upcloud_csi_snapshot_controller_replicas: 2
  13. upcloud_csi_snapshotter_image_tag: "v4.2.1"
  14. upcloud_csi_snapshot_controller_image_tag: "v4.2.1"
  15. upcloud_csi_snapshot_validation_webhook_image_tag: "v4.2.1"
  16. upcloud_cacert: "{{ lookup('env', 'OS_CACERT') }}"