feat(helm): allow to override the init container image

This commit is contained in:
Patrick Jahns
2022-11-16 21:53:28 +01:00
committed by Maximilien Richer
parent fd03b184b3
commit d20e8c9256
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -77,6 +77,11 @@ image:
tag: ""
pullPolicy: IfNotPresent
initImage:
repository: busybox
tag: 1.28
pullPolicy: IfNotPresent
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""