Skip to content

Commit 35825cf

Browse files
committed
Standardize 'control-plane' common label for Kustomize installer
1 parent caae400 commit 35825cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kustomize/install/default/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ commonLabels:
44
app.kubernetes.io/name: pgo
55
# The version below should match the version on the PostgresCluster CRD
66
app.kubernetes.io/version: 5.4.0
7-
postgres-operator.crunchydata.com/control-plane: pgo
7+
postgres-operator.crunchydata.com/control-plane: postgres-operator
88

99
bases:
1010
- ../crd

kustomize/install/singlenamespace/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ commonLabels:
44
app.kubernetes.io/name: pgo
55
# The version below should match the version on the PostgresCluster CRD
66
app.kubernetes.io/version: 5.4.0
7-
postgres-operator.crunchydata.com/control-plane: pgo
7+
postgres-operator.crunchydata.com/control-plane: postgres-operator
88

99
bases:
1010
- ../crd

0 commit comments

Comments
 (0)