Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update labels in manager.yaml #44

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: dolphinscheduler-operator
app.kubernetes.io/instance: controller-manager
app.kubernetes.io/component: manager
app.kubernetes.io/created-by: dolphinscheduler-operator
app.kubernetes.io/created-by: operator-lifecycle-manager
app.kubernetes.io/part-of: dolphinscheduler-operator
app.kubernetes.io/managed-by: kustomize
spec:
selector:
matchLabels:
control-plane: controller-manager
app.kubernetes.io/name: dolphinscheduler-operator
replicas: 1
template:
metadata:
annotations:
kubectl.kubernetes.io/default-container: manager
labels:
control-plane: controller-manager
app.kubernetes.io/name: dolphinscheduler-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
Loading