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 7642fc9a30e6803c79f37008e4cea8317da273c6 Author: windghoul <[email protected]> AuthorDate: Wed Jul 20 11:21:58 2022 +0800 fix(helm): fix proxy crd name in helm charts --- .../shardingsphere-cluster/templates/shardingsphere_v1alpha1_proxy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/shardingsphere-cluster/templates/shardingsphere_v1alpha1_proxy.yaml b/charts/shardingsphere-cluster/templates/shardingsphere_v1alpha1_proxy.yaml index d9956a8..5807850 100644 --- a/charts/shardingsphere-cluster/templates/shardingsphere_v1alpha1_proxy.yaml +++ b/charts/shardingsphere-cluster/templates/shardingsphere_v1alpha1_proxy.yaml @@ -18,7 +18,7 @@ apiVersion: shardingsphere.sphere-ex.com/v1alpha1 kind: Proxy metadata: - name: proxy-sample + name: {{ template "common.names.fullname" . }} spec: version: {{ .Values.proxyVersion | default .Chart.AppVersion }} serviceType:
