Skip to content

Commit a6c73b4

Browse files
committed
Fix: replaced pxc-operator service name hardcode
1 parent da71bae commit a6c73b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: charts/pxc-operator/templates/deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ spec:
106106
apiVersion: v1
107107
kind: Service
108108
metadata:
109-
name: percona-xtradb-cluster-operator
109+
name: {{ include "pxc-operator.name" . }}
110110
namespace: {{ .Release.Namespace }}
111111
labels:
112-
name: percona-xtradb-cluster-operator
112+
name: {{ include "pxc-operator.name" . }}
113113
spec:
114114
ports:
115115
- port: 443

0 commit comments

Comments
 (0)