From cb5bd52388a2915da15d476318b77ccc29f9e1af Mon Sep 17 00:00:00 2001 From: Vladislav Sukhin Date: Wed, 11 Dec 2024 17:40:59 +0300 Subject: [PATCH] fix: add crd Signed-off-by: Vladislav Sukhin --- ...ows.testkube.io_testworkflowtemplates.yaml | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/config/crd/bases/testworkflows.testkube.io_testworkflowtemplates.yaml b/config/crd/bases/testworkflows.testkube.io_testworkflowtemplates.yaml index 49805b8e..02542cd3 100644 --- a/config/crd/bases/testworkflows.testkube.io_testworkflowtemplates.yaml +++ b/config/crd/bases/testworkflows.testkube.io_testworkflowtemplates.yaml @@ -3855,6 +3855,34 @@ spec: volumes: x-kubernetes-preserve-unknown-fields: true type: object + pvcs: + additionalProperties: + properties: + accessModes: + description: 'Access mode for claim storage. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes' + items: + type: string + type: array + resources: + description: expected resources for the pvc + properties: + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + description: resource limits for the container + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + description: resource requests for the container + type: object + type: object services: additionalProperties: properties: