Skip to content

Commit ced3408

Browse files
committed
fix: use storageClassName in values.yaml (#6)
1 parent 1c594eb commit ced3408

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

community-solid-server/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.0.1
18+
version: 1.0.2
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

community-solid-server/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ persistence:
7474
## set, choosing the default provisioner. (gp2 on AWS, standard on
7575
## GKE, AWS & OpenStack)
7676
##
77-
storageClass: ""
77+
storageClassName: ""
7878
## @param persistence.size CSS persistent volume size
7979
##
8080
size: 128Mi

0 commit comments

Comments
 (0)