Skip to content

Commit

Permalink
fix(monitor): DaemonSet selector must match labels
Browse files Browse the repository at this point in the history
The selector for monitor/telegraf chart was missing this matchLabels
map, and the labels not identical to our other charts. This was missed
somehow, and needs to be corrected in order to upgrade K8s to v1.16,
(and/or Helm to v2.15.)
  • Loading branch information
Kingdon Barrett committed Oct 26, 2019
1 parent 4e13be3 commit 11583b1
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,15 @@ spec:
updateStrategy:
type: RollingUpdate
{{- end }}
selector:
matchLabels:
app: deis-monitor-telegraf
heritage: deis
template:
metadata:
name: deis-monitor-telegraf
labels:
heritage: deis
app: deis-monitor-telegraf
spec:
serviceAccount: deis-monitor-telegraf
Expand Down

0 comments on commit 11583b1

Please sign in to comment.