Skip to content

Commit 1b3930b

Browse files
committed
[SPARK-53721] Fix HelmChart template to use Spark-version agnostic SentinelResource
### What changes were proposed in this pull request? This PR aims to fix `HelmChart` template to use Spark-version agnostic `SentinelResource`. ### Why are the changes needed? Although we use `SparkApplication` for a sentinel resource, we don't need a specific Spark version or Scala version. ### Does this PR introduce _any_ user-facing change? No behavior change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#347 from dongjoon-hyun/SPARK-53721. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent e80dead commit 1b3930b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build-tools/helm/spark-kubernetes-operator/templates/workload-rbac.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,7 @@ metadata:
173173
{{- template "spark-operator.workloadAnnotations" $ }}
174174
spec:
175175
runtimeVersions:
176-
sparkVersion: 4.0.0
177-
scalaVersion: "2.13"
176+
sparkVersion: "dummy"
178177
{{- end }}
179178
---
180179
{{- end }}

0 commit comments

Comments
 (0)