Skip to content

Commit

Permalink
Provide additional standard labels on installation
Browse files Browse the repository at this point in the history
This makes it easier to identify components associated with a PGO
installation.
  • Loading branch information
Jonathan S. Katz committed Nov 25, 2021
1 parent b97aa00 commit 4f123b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ metadata:
controller-gen.kubebuilder.io/version: v0.4.1
creationTimestamp: null
name: postgresclusters.postgres-operator.crunchydata.com
labels:
app.kubernetes.io/name: pgo
app.kubernetes.io/version: 5.0.4
spec:
group: postgres-operator.crunchydata.com
names:
Expand Down
2 changes: 2 additions & 0 deletions kustomize/install/bases/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
namespace: postgres-operator

commonLabels:
app.kubernetes.io/name: pgo
app.kubernetes.io/version: 5.0.4
postgres-operator.crunchydata.com/control-plane: postgres-operator

bases:
Expand Down

0 comments on commit 4f123b2

Please sign in to comment.