From 12270fb52713dae6bd575d0f20f582008af1ce24 Mon Sep 17 00:00:00 2001 From: Alessio Marinelli Date: Thu, 20 Nov 2025 18:23:08 +0100 Subject: [PATCH] Add Spark support to Whisk CRD --- stress-test/olaris-stress/setup/kubernetes/crds/whisk-crd.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stress-test/olaris-stress/setup/kubernetes/crds/whisk-crd.yaml b/stress-test/olaris-stress/setup/kubernetes/crds/whisk-crd.yaml index 81b7705..091c8e8 100644 --- a/stress-test/olaris-stress/setup/kubernetes/crds/whisk-crd.yaml +++ b/stress-test/olaris-stress/setup/kubernetes/crds/whisk-crd.yaml @@ -120,6 +120,9 @@ spec: postgres: description: deploys postgress if supported by the operator type: boolean + spark: + description: deploys Apache Spark if supported by the operator + type: boolean required: - openwhisk - couchdb