Skip to content

Commit

Permalink
add labels
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen committed Nov 13, 2023
1 parent af62043 commit 2dd8912
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,15 @@ spec:
selector:
matchLabels:
control-plane: controller-manager
app.kubernetes.io/part-of: flyway-operator
replicas: 1
template:
metadata:
annotations:
kubectl.kubernetes.io/default-container: manager
labels:
control-plane: controller-manager
app.kubernetes.io/part-of: flyway-operator
spec:
# TODO(user): Uncomment the following code to configure the nodeAffinity expression
# according to the platforms which are supported by your solution.
Expand Down
1 change: 1 addition & 0 deletions config/prometheus/monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ spec:
selector:
matchLabels:
control-plane: controller-manager
app.kubernetes.io/part-of: flyway-operator

0 comments on commit 2dd8912

Please sign in to comment.