Skip to content

Commit

Permalink
Remove hardcoded storage class (#1902)
Browse files Browse the repository at this point in the history
  • Loading branch information
allanrogerr committed Dec 6, 2023
1 parent 2301b55 commit 856c422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/tenant/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ tenant:
# If using Amazon Elastic Block Store (EBS) CSI driver
# Please make sure to set xfs for "csi.storage.k8s.io/fstype" parameter under StorageClass.parameters.
# Docs: https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/docs/parameters.md
storageClassName: standard
# storageClassName: standard
###
# Specify `storageAnnotations <https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/>`__ to associate to PVCs.
storageAnnotations: { }
Expand Down

0 comments on commit 856c422

Please sign in to comment.