UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Updated promtail to include global image pull policy

Merged Tawsif Siddiqui requested to merge promtail-bb into master
All threads resolved!
2 files
+ 8
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -5,6 +5,13 @@
{{- define "bigbang.defaults.promtail" -}}
hostname: {{ .Values.hostname }}
initContainer:
image:
pullPolicy: {{ .Values.imagePullPolicy }}
image:
pullPolicy: {{ .Values.imagePullPolicy }}
openshift: {{ .Values.openshift }}
istio:
Loading