Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nivleshc/a55a89c1e1cf1c58eb9f368f77e9d939 to your computer and use it in GitHub Desktop.
Save nivleshc/a55a89c1e1cf1c58eb9f368f77e9d939 to your computer and use it in GitHub Desktop.
This gist contains code from the helm/s3-csi-demo/templates/s3-storageclass.yaml file which is part of the blog-amazon-s3-filesystem-for-amazon-eks-cluster repository.
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: {{ .Values.storageClass.name }}
provisioner: {{ .Values.storageClass.provisioner }} # Provisioner for AWS S3
parameters:
type: {{ .Values.storageClass.parameters.type }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment