Created
August 21, 2024 09:48
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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