Allow user to define busybox image (#1643)

Co-authored-by: Vishal <vishal-biyani@users.noreply.github.com>
This commit is contained in:
David Young
2020-06-30 10:42:30 +05:30
committed by GitHub
co-authored by Vishal
parent 90b7680392
commit 108ef50bd5
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ spec:
spec:
initContainers:
- name: init
image: busybox
image: {{ .Values.busyboxImage | quote }}
imagePullPolicy: {{ .Values.pullPolicy }}
command: ['mkdir', '-p', '/var/log/fission']
volumeMounts:
+3
View File
@@ -265,6 +265,9 @@ analyticsNonHelmInstall: false
## Enable Heapster only in clusters where heapster does not exist already
heapster: false
# Allow user to override busybox image used in fluent-bit init container
busyboxImage: busybox
## Archive pruner is a garbage collector for archives on the fission storage service.
## This interval configures the frequency at which it runs inside the storagesvc pod.
## The value is in minutes.