This is an automated email from the ASF dual-hosted git repository.

benjobs pushed a commit to branch dev-2.1.3
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev-2.1.3 by this push:
     new 5c930f00e [Improve] update quickstart-with-docker in README
5c930f00e is described below

commit 5c930f00ea636a0d9f73d1417695120a72cef543
Author: benjobs <[email protected]>
AuthorDate: Fri Jan 12 06:52:17 2024 +0800

    [Improve] update quickstart-with-docker in README
---
 README.md                                                               | 2 +-
 {deploy/helm => helm}/README.md                                         | 0
 {deploy/helm => helm}/streampark/.helmignore                            | 0
 {deploy/helm => helm}/streampark/Chart.yaml                             | 0
 .../conf/streampark-console-config/ValidationMessages.properties        | 0
 .../streampark/conf/streampark-console-config/application-h2.yml        | 0
 .../streampark/conf/streampark-console-config/application-mysql.yml     | 0
 .../streampark/conf/streampark-console-config/application-pgsql.yml     | 0
 .../streampark/conf/streampark-console-config/application.yml           | 0
 .../streampark/conf/streampark-console-config/kerberos.yml              | 0
 .../streampark/conf/streampark-console-config/logback-spring.xml        | 0
 .../streampark/conf/streampark-console-config/spy.properties            | 0
 {deploy/helm => helm}/streampark/templates/NOTES.txt                    | 0
 {deploy/helm => helm}/streampark/templates/_helpers.tpl                 | 0
 {deploy/helm => helm}/streampark/templates/configmap.yaml               | 0
 {deploy/helm => helm}/streampark/templates/ingress.yaml                 | 0
 {deploy/helm => helm}/streampark/templates/rbac.yaml                    | 0
 {deploy/helm => helm}/streampark/templates/service.yaml                 | 0
 {deploy/helm => helm}/streampark/templates/serviceaccount.yaml          | 0
 {deploy/helm => helm}/streampark/templates/streampark.yml               | 0
 {deploy/helm => helm}/streampark/values.yaml                            | 0
 21 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c6b699255..415a33117 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@
 
 ## 🚀 QuickStart
 - [Start with Docker](docker/README.md)
-- [Start with Kubernetes](deploy/helm/README.md)
+- [Start with Kubernetes](helm/README.md)
 
 Click [Document](https://streampark.apache.org/docs/user-guide/quick-start) 
for more information
 
diff --git a/deploy/helm/README.md b/helm/README.md
similarity index 100%
rename from deploy/helm/README.md
rename to helm/README.md
diff --git a/deploy/helm/streampark/.helmignore b/helm/streampark/.helmignore
similarity index 100%
rename from deploy/helm/streampark/.helmignore
rename to helm/streampark/.helmignore
diff --git a/deploy/helm/streampark/Chart.yaml b/helm/streampark/Chart.yaml
similarity index 100%
rename from deploy/helm/streampark/Chart.yaml
rename to helm/streampark/Chart.yaml
diff --git 
a/deploy/helm/streampark/conf/streampark-console-config/ValidationMessages.properties
 b/helm/streampark/conf/streampark-console-config/ValidationMessages.properties
similarity index 100%
rename from 
deploy/helm/streampark/conf/streampark-console-config/ValidationMessages.properties
rename to 
helm/streampark/conf/streampark-console-config/ValidationMessages.properties
diff --git 
a/deploy/helm/streampark/conf/streampark-console-config/application-h2.yml 
b/helm/streampark/conf/streampark-console-config/application-h2.yml
similarity index 100%
rename from 
deploy/helm/streampark/conf/streampark-console-config/application-h2.yml
rename to helm/streampark/conf/streampark-console-config/application-h2.yml
diff --git 
a/deploy/helm/streampark/conf/streampark-console-config/application-mysql.yml 
b/helm/streampark/conf/streampark-console-config/application-mysql.yml
similarity index 100%
rename from 
deploy/helm/streampark/conf/streampark-console-config/application-mysql.yml
rename to helm/streampark/conf/streampark-console-config/application-mysql.yml
diff --git 
a/deploy/helm/streampark/conf/streampark-console-config/application-pgsql.yml 
b/helm/streampark/conf/streampark-console-config/application-pgsql.yml
similarity index 100%
rename from 
deploy/helm/streampark/conf/streampark-console-config/application-pgsql.yml
rename to helm/streampark/conf/streampark-console-config/application-pgsql.yml
diff --git 
a/deploy/helm/streampark/conf/streampark-console-config/application.yml 
b/helm/streampark/conf/streampark-console-config/application.yml
similarity index 100%
rename from 
deploy/helm/streampark/conf/streampark-console-config/application.yml
rename to helm/streampark/conf/streampark-console-config/application.yml
diff --git a/deploy/helm/streampark/conf/streampark-console-config/kerberos.yml 
b/helm/streampark/conf/streampark-console-config/kerberos.yml
similarity index 100%
rename from deploy/helm/streampark/conf/streampark-console-config/kerberos.yml
rename to helm/streampark/conf/streampark-console-config/kerberos.yml
diff --git 
a/deploy/helm/streampark/conf/streampark-console-config/logback-spring.xml 
b/helm/streampark/conf/streampark-console-config/logback-spring.xml
similarity index 100%
rename from 
deploy/helm/streampark/conf/streampark-console-config/logback-spring.xml
rename to helm/streampark/conf/streampark-console-config/logback-spring.xml
diff --git 
a/deploy/helm/streampark/conf/streampark-console-config/spy.properties 
b/helm/streampark/conf/streampark-console-config/spy.properties
similarity index 100%
rename from deploy/helm/streampark/conf/streampark-console-config/spy.properties
rename to helm/streampark/conf/streampark-console-config/spy.properties
diff --git a/deploy/helm/streampark/templates/NOTES.txt 
b/helm/streampark/templates/NOTES.txt
similarity index 100%
rename from deploy/helm/streampark/templates/NOTES.txt
rename to helm/streampark/templates/NOTES.txt
diff --git a/deploy/helm/streampark/templates/_helpers.tpl 
b/helm/streampark/templates/_helpers.tpl
similarity index 100%
rename from deploy/helm/streampark/templates/_helpers.tpl
rename to helm/streampark/templates/_helpers.tpl
diff --git a/deploy/helm/streampark/templates/configmap.yaml 
b/helm/streampark/templates/configmap.yaml
similarity index 100%
rename from deploy/helm/streampark/templates/configmap.yaml
rename to helm/streampark/templates/configmap.yaml
diff --git a/deploy/helm/streampark/templates/ingress.yaml 
b/helm/streampark/templates/ingress.yaml
similarity index 100%
rename from deploy/helm/streampark/templates/ingress.yaml
rename to helm/streampark/templates/ingress.yaml
diff --git a/deploy/helm/streampark/templates/rbac.yaml 
b/helm/streampark/templates/rbac.yaml
similarity index 100%
rename from deploy/helm/streampark/templates/rbac.yaml
rename to helm/streampark/templates/rbac.yaml
diff --git a/deploy/helm/streampark/templates/service.yaml 
b/helm/streampark/templates/service.yaml
similarity index 100%
rename from deploy/helm/streampark/templates/service.yaml
rename to helm/streampark/templates/service.yaml
diff --git a/deploy/helm/streampark/templates/serviceaccount.yaml 
b/helm/streampark/templates/serviceaccount.yaml
similarity index 100%
rename from deploy/helm/streampark/templates/serviceaccount.yaml
rename to helm/streampark/templates/serviceaccount.yaml
diff --git a/deploy/helm/streampark/templates/streampark.yml 
b/helm/streampark/templates/streampark.yml
similarity index 100%
rename from deploy/helm/streampark/templates/streampark.yml
rename to helm/streampark/templates/streampark.yml
diff --git a/deploy/helm/streampark/values.yaml b/helm/streampark/values.yaml
similarity index 100%
rename from deploy/helm/streampark/values.yaml
rename to helm/streampark/values.yaml

Reply via email to