Skip to content

split CMVFS module into generic CSI module #1

@innovate-invent

Description

@innovate-invent

parameterize the container used as the CSI plugin and move out CVMFS specific options into a parent module
Add:

resource "kubernetes_csi_driver" "driver" {
  metadata {
    name = var.name
  }

  spec {
    attach_required        = var.attach_required
  }
}

and optionally deploy attacher depending on var.attach_required

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions