mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-06 11:05:08 +00:00
Use proper selectorLabels in daemonset
This commit is contained in:
parent
d4fade3599
commit
4c2bb025ed
@ -16,7 +16,7 @@ spec:
|
|||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubeshark.co/app: worker
|
app.kubeshark.co/app: worker
|
||||||
{{- include "kubeshark.labels" . | nindent 6 }}
|
{{- include "kubeshark.selectorLabels" . | nindent 6 }}
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
|
Loading…
Reference in New Issue
Block a user