Skip to content

Commit

Permalink
Fix controller manager labeling
Browse files Browse the repository at this point in the history
  • Loading branch information
abays authored and xek committed May 22, 2023
1 parent 2ca654c commit c03b745
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,19 @@ metadata:
app.kubernetes.io/created-by: barbican-operator
app.kubernetes.io/part-of: barbican-operator
app.kubernetes.io/managed-by: kustomize
openstack.org/operator-name: barbican
spec:
selector:
matchLabels:
control-plane: controller-manager
openstack.org/operator-name: barbican
replicas: 1
template:
metadata:
annotations:
kubectl.kubernetes.io/default-container: manager
labels:
control-plane: controller-manager
openstack.org/operator-name: barbican
spec:
# TODO(user): Uncomment the following code to configure the nodeAffinity expression
# according to the platforms which are supported by your solution.
Expand Down
2 changes: 1 addition & 1 deletion config/prometheus/monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ spec:
insecureSkipVerify: true
selector:
matchLabels:
control-plane: controller-manager
openstack.org/operator-name: barbican
2 changes: 1 addition & 1 deletion config/rbac/auth_proxy_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ spec:
protocol: TCP
targetPort: https
selector:
control-plane: controller-manager
openstack.org/operator-name: barbican

0 comments on commit c03b745

Please sign in to comment.