Skip to content

Commit 4f123b2

Browse files
author
Jonathan S. Katz
committed
Provide additional standard labels on installation
This makes it easier to identify components associated with a PGO installation.
1 parent b97aa00 commit 4f123b2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

helm/install/crds/postgres-operator.crunchydata.com_postgresclusters.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ metadata:
55
controller-gen.kubebuilder.io/version: v0.4.1
66
creationTimestamp: null
77
name: postgresclusters.postgres-operator.crunchydata.com
8+
labels:
9+
app.kubernetes.io/name: pgo
10+
app.kubernetes.io/version: 5.0.4
811
spec:
912
group: postgres-operator.crunchydata.com
1013
names:

kustomize/install/bases/kustomization.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
namespace: postgres-operator
22

33
commonLabels:
4+
app.kubernetes.io/name: pgo
5+
app.kubernetes.io/version: 5.0.4
46
postgres-operator.crunchydata.com/control-plane: postgres-operator
57

68
bases:

0 commit comments

Comments
 (0)