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

Commit

Permalink
Merge pull request #138 from SumoLogic/rmiller-image-pully-policy-if-…
Browse files Browse the repository at this point in the history
…not-present

Change imagePullPolicy to IfNotPresent
  • Loading branch information
Ryan Miller authored Jul 17, 2019
2 parents a031fbe + 9d1e95a commit 8d00440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion daemonset/nonrbac/fluentd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
containers:
- image: sumologic/fluentd-kubernetes-sumologic:v2.4.1
name: fluentd
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
volumeMounts:
- name: fluentd-sumologic-config
mountPath: /fluentd/etc
Expand Down
2 changes: 1 addition & 1 deletion daemonset/rbac/fluentd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
containers:
- image: sumologic/fluentd-kubernetes-sumologic:v2.4.1
name: fluentd
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
volumeMounts:
- name: fluentd-sumologic-config
mountPath: /fluentd/etc
Expand Down

0 comments on commit 8d00440

Please sign in to comment.