Skip to content
Open
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 charts/openmetadata/templates/omjob-operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ spec:
replicas: 1
selector:
matchLabels:
{{- include "OpenMetadata.selectorLabels" . | nindent 6 }}
app.kubernetes.io/component: omjob-operator
app.kubernetes.io/name: {{ include "OpenMetadata.name" . }}-omjob-operator
app.kubernetes.io/instance: {{ .Release.Name }}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just a bystander here, not a maintainer
but I'd add back in the

app.kubernetes.io/component: omjob-operator

template:
metadata:
labels:
{{- include "OpenMetadata.selectorLabels" . | nindent 8 }}
app.kubernetes.io/name: {{ include "OpenMetadata.name" . }}-omjob-operator
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/component: omjob-operator
spec:
serviceAccountName: {{ include "OpenMetadata.fullname" . }}-omjob-operator
Expand Down