Skip to content

Commit

Permalink
fix: add devlakeComponent as selector label (#238)
Browse files Browse the repository at this point in the history
Closes #237

Co-authored-by: Ronny Bräunlich <[email protected]>
  • Loading branch information
rbraeunlich and Ronny Bräunlich authored Jan 22, 2024
1 parent 4cc5577 commit af62406
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/devlake/templates/deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ spec:
selector:
matchLabels:
{{- include "devlake.selectorLabels" . | nindent 6 }}
devlakeComponent: ui
template:
metadata:
labels:
Expand Down Expand Up @@ -120,7 +121,8 @@ spec:
replicas: 1
selector:
matchLabels:
{{- include "devlake.selectorLabels" . | nindent 6 }}
{{- include "devlake.selectorLabels" . | nindent 6 }}
devlakeComponent: lake
template:
metadata:
labels:
Expand Down

0 comments on commit af62406

Please sign in to comment.