Skip to content

Commit

Permalink
[stable/fluent-bit] remove hard coded name for daemonset (helm#10944)
Browse files Browse the repository at this point in the history
Signed-off-by: Max Williams <max.williams@deliveryhero.com>
  • Loading branch information
max-rocket-internet authored and k8s-ci-robot committed Jan 28, 2019
1 parent 5aa5983 commit dbcabd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/fluent-bit/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: fluent-bit
version: 1.4.0
version: 1.4.1
appVersion: 1.0.3
description: Fast and Lightweight Log/Data Forwarder for Linux, BSD and OSX
keywords:
Expand Down
2 changes: 1 addition & 1 deletion stable/fluent-bit/templates/daemonset.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: extensions/v1beta1
kind: DaemonSet
metadata:
name: fluent-bit
name: {{ template "fluent-bit.fullname" . }}
labels:
app: {{ template "fluent-bit.name" . }}
chart: {{ .Chart.Name }}-{{ .Chart.Version }}
Expand Down

0 comments on commit dbcabd1

Please sign in to comment.