Commit 1b3930b
committed
### 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 #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- build-tools/helm/spark-kubernetes-operator/templates
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
177 | | - | |
| 176 | + | |
178 | 177 | | |
179 | 178 | | |
180 | 179 | | |
0 commit comments