Skip to content

Commit

Permalink
fix: add appropriate selector and label for worker pods (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoeinstein committed May 19, 2024
1 parent dfaa4b0 commit dc5f5c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm-charts/mend-renovate-ee/templates/worker-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ spec:
matchLabels:
app.kubernetes.io/name: {{ include "mend-renovate.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app: {{ include "mend-renovate.name" . }}-worker
strategy:
type: Recreate
template:
metadata:
labels:
app.kubernetes.io/name: {{ include "mend-renovate.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app: {{ include "mend-renovate.name" . }}-worker
{{- with .Values.renovateWorker.labels.pods }}
{{- toYaml . | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit dc5f5c2

Please sign in to comment.