efs-csi-driver

gfortetsanakis/efs-csi-driver/helm

Terraform Module HCL HELM
Install
module "efs-csi-driver" {
source = "gfortetsanakis/efs-csi-driver/helm"
version = "1.0.3"
}
plain text: /constructs/tfmod-gfortetsanakis-efs-csi-driver-helm/install.txt
⭐ Source on GitHub 📦 Registry page
README

Terraform module for efs-csi-driver This module deploys the following helm chart on an Amazon EKS cluster: | Name | Repository | Version | | ------------------ | ----------------------------------------------------- | ------- | | aws-efs-csi-driver | https://kubernetes-sigs.github.io/aws-efs-csi-driver/ | 2.2.7 | The module also deploys an EFS file system that will be used as storage backend for creating EFS volumes in the cluster along with a corresponding storage class. Module input parameters | Parameter | Type | Description | | ---------------------------- | -------- | --------------------------------------------------------------------------------------------- | | namespace | Required | The kubernetes namespace at which the efs-csi-driver chart will be deployed | | eks_cluster_propert

Inputs (6)
NameTypeDescriptionDefault
namespacestringThe kubernetes namespace at which the efs-csi-driver chart will be deployed. required
eks_cluster_propertiesstringA map variable containing properties of the EKS cluster. required
efs_storage_classstringThe name of the storage class to be created in kubernetes."efs-sc"
efs_csi_driver_node_sastringThe name of the service account to be created for EFS csi driver node daemons."efs-csi-node-sa"
node_selectormapA map variable with nodeSelector labels applied when placing pods of the chart o{}
efs_csi_driver_controller_sastringThe name of the service account to be created for EFS csi driver controller."efs-csi-controller-sa"
Outputs (1)
efs_storage_class
Resources (6)
aws_efs_file_systemaws_efs_mount_targetaws_iam_policyaws_iam_roleaws_security_grouphelm_release
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.3
Cloud HELM
★ Stars0
Forks0
Total downloads35
Inputs6
Outputs1
Resources6
LicenseApache-2.0
Namespacegfortetsanakis
Updated