Skip to content

Commit

Permalink
fix: update labels in manager.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lwpk110 committed Jun 26, 2024
1 parent fb1fcd0 commit e4831eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@ body:
placeholder: Bug description
validations:
required: true
- type: checkboxes
- type: dropdown
attributes:
label: Have you searched existing issues? 🔎
description: Please search to see if an issue already exists for the issue you encountered.
options:
- label: I have searched and found no existing issues
required: true
- no check
- I have searched and found no existing issues
default: 0
- type: textarea
id: reproduction
attributes:
Expand Down
6 changes: 4 additions & 2 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,25 @@ metadata:
namespace: system
labels:
control-plane: controller-manager
app.kubernetes.io/name: deployment
app.kubernetes.io/name: hbase-operator
app.kubernetes.io/instance: controller-manager
app.kubernetes.io/component: manager
app.kubernetes.io/created-by: hbase-operator
app.kubernetes.io/created-by: operator-lifecycle-manager
app.kubernetes.io/part-of: hbase-operator
app.kubernetes.io/managed-by: kustomize
spec:
selector:
matchLabels:
control-plane: controller-manager
app.kubernetes.io/name: hbase-operator
replicas: 1
template:
metadata:
annotations:
kubectl.kubernetes.io/default-container: manager
labels:
control-plane: controller-manager
app.kubernetes.io/name: hbase-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

0 comments on commit e4831eb

Please sign in to comment.