Skip to content

Commit

Permalink
Fix: replaced pxc-operator service name hardcode
Browse files Browse the repository at this point in the history
  • Loading branch information
Кунгуров Макар Евгеньевич committed Sep 20, 2024
1 parent da71bae commit 8e6930c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/pxc-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e6930c

Please sign in to comment.