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

Commit

Permalink
Issue 170 - Add instance label in order to distinguish between one ch…
Browse files Browse the repository at this point in the history
…art and another deployed into same namespace
  • Loading branch information
ryan-dyer-sp committed Oct 19, 2020
1 parent 491415f commit 4357ccc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ spec:
selector:
matchLabels:
app.kubernetes.io/name: {{ include "kafka-lag-exporter.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
helm.sh/chart: {{ include "kafka-lag-exporter.chart" . }}
namespaceSelector:
matchNames:
Expand Down

0 comments on commit 4357ccc

Please sign in to comment.