Commit bb809ec
committed
[SPARK-49778][FOLLOWUP] Fix
### What changes were proposed in this pull request?
This is a follow-up of the following to fix `cluster-with-template.yaml` by removing `master` prefix.
- apache#136
### Why are the changes needed?
To make it valid.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Manual tests.
```
$ kubectl apply -f examples/cluster-with-template.yaml
sparkcluster.spark.apache.org/cluster-with-template created
```
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes apache#143 from dongjoon-hyun/SPARK-49778-2.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>cluster-with-template.yaml by removing master prefix1 parent 0b9d17f commit bb809ec
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments