This is an automated email from the ASF dual-hosted git repository. duanzhengqiang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git
commit 3488d21f6b566bad103a0fb3af922611e800a06c Merge: b6cb1f1 7642fc9 Author: Ghoul_Lee <[email protected]> AuthorDate: Wed Jul 20 11:34:13 2022 +0800 Merge pull request #14 from SphereEx/helm feat(helm): add helm to install shardingsphere-operator && shardingsphere-proxy cluster .gitignore | 6 +- CODE_OF_CONDUCT.md | 11 +- README.md | 1 + .../shardingsphere-cluster}/.helmignore | 0 charts/shardingsphere-cluster/Chart.yaml | 33 +++++ .../templates/shardingsphere_v1alpha1_proxy.yaml | 37 ++++++ .../shardingsphere_v1alpha1_proxyconfig.yaml | 23 ++++ charts/shardingsphere-cluster/values.yaml | 134 +++++++++++++++++++++ .../shardingsphere-operator/.helmignore | 0 charts/shardingsphere-operator/Chart.yaml | 29 +++++ .../crds/shardingsphere.sphere-ex.com_proxies.yaml | 6 +- .../shardingsphere.sphere-ex.com_proxyconfigs.yaml | 12 +- .../templates/deployment.yaml | 24 +++- .../shardingsphere-operator/templates/rbac.yaml | 68 ++++++----- .../webhook/admission-webhook-apiservice.yaml | 30 +++++ .../webhook/admission-webhook-configuration.yaml | 69 +++++++++++ .../webhook/admission-webhook-service.yaml | 28 +++++ charts/shardingsphere-operator/values.yaml | 54 +++++++++ doc/quickStart.md | 19 +-- .../api/v1alpha1/serverconfig.go | 16 ++- shardingsphere-operator/build/Dockerfile | 14 +-- .../charts/shardingsphere-operator/Chart.yaml | 24 ---- .../webhook/admission-webhook-apiservice.yaml | 13 -- .../webhook/admission-webhook-configuration.yaml | 52 -------- .../webhook/admission-webhook-service.yaml | 12 -- .../charts/shardingsphere-operator/values.yaml | 33 ----- .../samples/shardingsphere_v1alpha1_proxy.yaml | 20 --- .../shardingsphere_v1alpha1_proxyconfig.yaml | 25 ---- 28 files changed, 549 insertions(+), 244 deletions(-)
