Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 732 Bytes

csi-longhorn-addon.md

File metadata and controls

30 lines (25 loc) · 732 Bytes
sidebar_label title description hide_table_of_contents type category sidebar_class_name tags
Longhorn
Longhorn
Longhorn pack in Palette
true
integration
storage
amd64
fips
hide-from-sidebar
packs
longhorn
storage

Terraform

Use the following Terraform snippet to reference the Longhorn pack in your Terraform template. Update the version number as needed.

data "spectrocloud_registry" "public_registry" {
  name = "Public Repo"
}

data "spectrocloud_pack_simple" "csi-longhorn-addon" {
  name    = "csi-longhorn"
  version = "1.6.0"
  type = "helm"
  registry_uid = data.spectrocloud_registry.public_registry.id
}