Skip to content

Commit

Permalink
chore: fix daemonset labels
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrokiefer committed Mar 19, 2021
1 parent a4954de commit 1474d2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/conntrack-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: 0.6.0
description: Prometheus Conntrack Exporter
name: conntrack-exporter
version: 0.1.3
version: 0.1.4
4 changes: 2 additions & 2 deletions charts/conntrack-exporter/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
{{- end }}
selector:
matchLabels:
k8s-app: {{ template "conntrack-exporter.fullname" . }}
app: {{ template "conntrack-exporter.fullname" . }}
template:
metadata:
annotations:
Expand All @@ -22,7 +22,7 @@ spec:
{{- toYaml .Values.podAnnotations | nindent 8 }}
{{- end }}
labels:
k8s-app: {{ template "conntrack-exporter.fullname" . }}
app: {{ template "conntrack-exporter.fullname" . }}
{{ include "conntrack-exporter.labels" . | indent 8 }}
spec:
{{- if and .Values.rbac.create .Values.serviceAccount.create }}
Expand Down

0 comments on commit 1474d2c

Please sign in to comment.