Skip to content

Commit

Permalink
Remove hardcoded storage class to allow usage of the installed resour…
Browse files Browse the repository at this point in the history
…ce, and not force one which may not exist on the k8s deployment
  • Loading branch information
allanrogerr committed Dec 5, 2023
1 parent 3067975 commit a13b28e
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 a13b28e

Please sign in to comment.