Skip to content

Commit

Permalink
helm: Use proper labels in selectors (#1528)
Browse files Browse the repository at this point in the history
* Use proper selectorLabels in daemonset

* Update selector labels in deployments
  • Loading branch information
corest committed Apr 16, 2024
1 parent e819759 commit 6b6915c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm-chart/templates/04-hub-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
selector:
matchLabels:
app.kubeshark.co/app: hub
{{- include "kubeshark.labels" . | nindent 6 }}
{{- include "kubeshark.selectorLabels" . | nindent 6 }}
template:
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/templates/06-front-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
selector:
matchLabels:
app.kubeshark.co/app: front
{{- include "kubeshark.labels" . | nindent 6 }}
{{- include "kubeshark.selectorLabels" . | nindent 6 }}
template:
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/templates/09-worker-daemon-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
selector:
matchLabels:
app.kubeshark.co/app: worker
{{- include "kubeshark.labels" . | nindent 6 }}
{{- include "kubeshark.selectorLabels" . | nindent 6 }}
template:
metadata:
labels:
Expand Down

0 comments on commit 6b6915c

Please sign in to comment.