From 8351f29163dacec2af729f69f832dc8e40357773 Mon Sep 17 00:00:00 2001 From: Tasko Olevski Date: Wed, 23 Mar 2022 17:36:15 +0100 Subject: [PATCH] fix: allow number or string for disk size in CRD (#146) --- helm-chart/amalthea/crd-spec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/amalthea/crd-spec.yaml b/helm-chart/amalthea/crd-spec.yaml index d4a1da5d..61bf5564 100644 --- a/helm-chart/amalthea/crd-spec.yaml +++ b/helm-chart/amalthea/crd-spec.yaml @@ -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