kubezero/charts/kubezero-aws-efs-csi-driver/values.yaml

35 lines
654 B
YAML

aws-efs-csi-driver:
nodeSelector: {}
# node.kubernetes.io/csi.efs.fs: EFS-FS_ID
logLevel: 1
# Resources are currently not supported in the helm templates :-(
#resources:
# requests:
# cpu: 20m
# memory: 64Mi
# limits:
# memory: 128Mi
StorageClass:
create: true
default: false
#PersistentVolumes:
# - name: example-pv
# mountOptions:
# - tls
# volumeHandle: "<efs-id>:/path"
# claimRef:
# name: foo-pvc
# namespace: foo
#
# - name: example-pv2
# volumeHandle: "<efs-id>:/path2"
# Deprecated and removed with next release
# PersistentVolume:
# create: false
# EfsId: ""
# Name: ""