From a3e98dbe4b872b5e82efe908fe2ff1c2b3454903 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Fri, 4 Oct 2024 15:39:53 -0700 Subject: [PATCH] [SPARK-49778][FOLLOWUP] Fix `cluster-with-template.yaml` by removing `master` prefix --- examples/cluster-with-template.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cluster-with-template.yaml b/examples/cluster-with-template.yaml index 66c65167..f1575c8f 100644 --- a/examples/cluster-with-template.yaml +++ b/examples/cluster-with-template.yaml @@ -25,10 +25,10 @@ spec: minWorkers: 1 maxWorkers: 1 masterSpec: - masterStatefulSetMetadata: + statefulSetMetadata: annotations: customAnnotation: "annotation" - masterStatefulSetSpec: + statefulSetSpec: template: spec: priorityClassName: system-cluster-critical @@ -52,7 +52,7 @@ spec: limits: cpu: "0.1" memory: "10Mi" - masterServiceMetadata: + serviceMetadata: annotations: customAnnotation: "svc1" workerSpec: