Skip to content

Commit cefebaf

Browse files
committed
[MINOR] Simplify helm install instruction
### What changes were proposed in this pull request? This PR aims to simplify `helm install` instruction. - Use `spark` instead of `spark-kubernetes-operator` as NAME. - Remove `--create-namespace` ### Why are the changes needed? To make it as simple as possible. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Manual review. ### Was this patch authored or co-authored using generative AI tooling? No Closes apache#216 from dongjoon-hyun/minor. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 59ce95e commit cefebaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ $ ./gradlew buildDockerImage
4747
```bash
4848
$ ./gradlew spark-operator-api:relocateGeneratedCRD
4949

50-
$ helm install spark-kubernetes-operator --create-namespace -f build-tools/helm/spark-kubernetes-operator/values.yaml build-tools/helm/spark-kubernetes-operator/
50+
$ helm install spark -f build-tools/helm/spark-kubernetes-operator/values.yaml build-tools/helm/spark-kubernetes-operator/
5151
```
5252

5353
## Run Spark Pi App

0 commit comments

Comments
 (0)