All Downloads are FREE. Search and download functionalities are using the official Maven repository.

operator.aws-eks.aws-efs-storage.yaml Maven / Gradle / Ivy

There is a newer version: 23.3.0-1025.941
Show newest version
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
  name: {{NAME}}
provisioner: efs.csi.aws.com
parameters:
  provisioningMode: efs-ap
  fileSystemId: {{FILESYSTEMID}}
  directoryPerms: "700"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy