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

Commit 8d00440

Browse files
author
Ryan Miller
authored
Merge pull request #138 from SumoLogic/rmiller-image-pully-policy-if-not-present
Change imagePullPolicy to IfNotPresent
2 parents a031fbe + 9d1e95a commit 8d00440

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

daemonset/nonrbac/fluentd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
containers:
3333
- image: sumologic/fluentd-kubernetes-sumologic:v2.4.1
3434
name: fluentd
35-
imagePullPolicy: Always
35+
imagePullPolicy: IfNotPresent
3636
volumeMounts:
3737
- name: fluentd-sumologic-config
3838
mountPath: /fluentd/etc

daemonset/rbac/fluentd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ spec:
6767
containers:
6868
- image: sumologic/fluentd-kubernetes-sumologic:v2.4.1
6969
name: fluentd
70-
imagePullPolicy: Always
70+
imagePullPolicy: IfNotPresent
7171
volumeMounts:
7272
- name: fluentd-sumologic-config
7373
mountPath: /fluentd/etc

0 commit comments

Comments
 (0)