Allow user to define busybox image (#1643)
Co-authored-by: Vishal <vishal-biyani@users.noreply.github.com>
This commit is contained in:
@@ -96,7 +96,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: init
|
- name: init
|
||||||
image: busybox
|
image: {{ .Values.busyboxImage | quote }}
|
||||||
imagePullPolicy: {{ .Values.pullPolicy }}
|
imagePullPolicy: {{ .Values.pullPolicy }}
|
||||||
command: ['mkdir', '-p', '/var/log/fission']
|
command: ['mkdir', '-p', '/var/log/fission']
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|||||||
@@ -265,6 +265,9 @@ analyticsNonHelmInstall: false
|
|||||||
## Enable Heapster only in clusters where heapster does not exist already
|
## Enable Heapster only in clusters where heapster does not exist already
|
||||||
heapster: false
|
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.
|
## 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.
|
## This interval configures the frequency at which it runs inside the storagesvc pod.
|
||||||
## The value is in minutes.
|
## The value is in minutes.
|
||||||
|
|||||||
Reference in New Issue
Block a user