chenshaojin commented on code in PR #2990:
URL: 
https://github.com/apache/incubator-streampark/pull/2990#discussion_r1309541388


##########
deploy/helm/README.md:
##########
@@ -0,0 +1,19 @@
+# Deploy StreamPark on k8s
+
+### 1. create template
+
+```shell
+helm template streampark/ -n default -f streampark/values.yaml --output-dir 
./result
+```
+
+### 2. apply 
+
+```shell
+kubectl apply -f result/streampark/templates
+```
+
+### 3. open WebUI
+
+http://streampark.apache.org/streampark

Review Comment:
   you are right



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to