Skip to content

Commit

Permalink
helm: fixed hubble servicemonitor matchLabels parameter
Browse files Browse the repository at this point in the history
the 'k8s-app' label of the 'hubble-metrics' service is equal to 'hubble' and not 'cilium'

Signed-off-by: Maxime VISONNEAU <maxime.visonneau@gmail.com>
  • Loading branch information
mvisonneau authored and nebril committed Jun 4, 2020
1 parent 4e3283c commit 11336de
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,7 +32,7 @@ metadata:
spec:
selector:
matchLabels:
k8s-app: cilium
k8s-app: hubble
namespaceSelector:
matchNames:
- {{ .Release.Namespace }}
Expand Down

0 comments on commit 11336de

Please sign in to comment.