[SDNC] Remove hard-coded busybox image
[oom.git] / kubernetes / sdnc / templates / statefulset.yaml
index 3aab082..e5956c6 100644 (file)
@@ -95,7 +95,7 @@ spec:
 {{ include "common.certInitializer.initContainer" . | indent 6 }}
 
       - name: {{ include "common.name" . }}-chown
-        image: "busybox"
+        image: {{ .Values.global.busyboxRepository | default .Values.busyboxRepository }}/{{ .Values.global.busyboxImage | default .Values.busyboxImage }}
         command:
         - sh
         args: