Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 873 Bytes

csi-rook-ceph-addon.md

File metadata and controls

29 lines (25 loc) · 873 Bytes
sidebar_label title description hide_table_of_contents type category sidebar_class_name tags
rook-ceph
Rook Ceph
Rook is an open source cloud-native storage orchestrator that provides the platform, framework, and support for Ceph storage to natively integrate with cloud-native environments. Ceph is a distributed storage system that provides file, block, and object storage and is deployed in large-scale production clusters.
true
integration
storage
amd64
hide-from-sidebar
packs
rook-ceph
storage

Terraform

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

data "spectrocloud_pack_simple" "csi-rook-ceph" {
  name    = "csi-rook-ceph-addon"
  version = "1.14.0"
  type = "helm"
  registry_uid = data.spectrocloud_registry.registry.id
}