Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Add missing imagePullPolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
kfox1111 committed Apr 12, 2017
1 parent aad4080 commit 8211b01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stable/fluent-bit/templates/daemonset.yaml
Expand Up @@ -13,6 +13,7 @@ spec:
containers:
- name: fluent-bit
image: "{{ .Values.image.fluent_bit.repository }}:{{ .Values.image.fluent_bit.tag }}"
imagePullPolicy: "{{ .Values.image.pullPolicy}}"
env:
{{ toYaml .Values.env | indent 10 }}
resources:
Expand Down

0 comments on commit 8211b01

Please sign in to comment.