Skip to content

Commit

Permalink
schema: fix storageClassName details
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Feb 15, 2021
1 parent c621eaf commit 1153aa3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion jupyterhub/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -674,9 +674,12 @@ properties:
documentation](https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1)
for more information.
storageClassName:
type: string
type: [string, "null"]
description: |
Name of the StorageClass required by the claim.
If this is a blank string it will be set to a blank string,
while if it is null, it will not be set at all.
subPath:
type: string
description: |
Expand Down
2 changes: 1 addition & 1 deletion jupyterhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ hub:
- ReadWriteOnce
storage: 1Gi
subPath: ""
storageClassName: ""
storageClassName:
url: ""
password: ""
labels: {}
Expand Down

0 comments on commit 1153aa3

Please sign in to comment.