Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
added helm chart labels in dashboard pods and containers
Browse files Browse the repository at this point in the history
  • Loading branch information
akyriako committed Nov 18, 2024
1 parent 7d217ae commit c1e0480
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/typesense/templates/dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ spec:
selector:
matchLabels:
app: {{ include "typesense.fullname" . }}-dashboard
{{- include "typesense.labels" . | nindent 6 }}
template:
metadata:
labels:
app: {{ include "typesense.fullname" . }}-dashboard
{{- include "typesense.labels" . | nindent 8 }}
spec:
containers:
- name: typesense-dashboard
Expand Down

0 comments on commit c1e0480

Please sign in to comment.