2020-07-24 14:40:24 +00:00
|
|
|
aws-efs-csi-driver:
|
|
|
|
nodeSelector: {}
|
|
|
|
# node.kubernetes.io/csi.efs.fs: EFS-FS_ID
|
2021-02-24 23:23:50 +00:00
|
|
|
logLevel: 1
|
2020-07-24 14:40:24 +00:00
|
|
|
|
2021-03-22 10:17:56 +00:00
|
|
|
# Resources are currently not supported in the helm templates :-(
|
|
|
|
#resources:
|
|
|
|
# requests:
|
|
|
|
# cpu: 20m
|
|
|
|
# memory: 64Mi
|
|
|
|
# limits:
|
|
|
|
# memory: 128Mi
|
2021-03-22 10:14:27 +00:00
|
|
|
|
2020-07-24 14:40:24 +00:00
|
|
|
StorageClass:
|
|
|
|
create: true
|
|
|
|
default: false
|
2020-10-09 14:30:25 +00:00
|
|
|
|
|
|
|
#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
|
2020-10-21 11:37:33 +00:00
|
|
|
# PersistentVolume:
|
|
|
|
# create: false
|
|
|
|
# EfsId: ""
|
|
|
|
# Name: ""
|