diff --git a/charts/pxc-operator/templates/deployment.yaml b/charts/pxc-operator/templates/deployment.yaml index 5cb8530d..a1242469 100644 --- a/charts/pxc-operator/templates/deployment.yaml +++ b/charts/pxc-operator/templates/deployment.yaml @@ -106,10 +106,10 @@ spec: apiVersion: v1 kind: Service metadata: - name: percona-xtradb-cluster-operator + name: {{ include "pxc-operator.name" . }} namespace: {{ .Release.Namespace }} labels: - name: percona-xtradb-cluster-operator + name: {{ include "pxc-operator.name" . }} spec: ports: - port: 443