Skip to content

Commit

Permalink
fix: allow number or string for disk size in CRD (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski authored Mar 23, 2022
1 parent 0f9f9bf commit 8351f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-chart/amalthea/crd-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,6 @@ spec:
description:
Size of the PVC or sizeLimit of the emptyDir volume which backs the
session respectively.
type: string
x-kubernetes-int-or-string: true
type: object
type: object

0 comments on commit 8351f29

Please sign in to comment.