Add missing imagePullPolicy for init-sysctl (#13018)

The sysctlImage.pullPolicy value is documented, but is to used
in the templates
Signed-off-by: eduardobaitello <eduardobaitello@gmail.com>
This commit is contained in:
Eduardo Baitello
2019-04-15 01:20:00 -07:00
committed by Kubernetes Prow Robot
parent d6eeb169e9
commit 788f52cab1
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: redis
version: 6.4.4
version: 6.4.5
appVersion: 4.0.14
description: Open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.
keywords:
@@ -170,6 +170,7 @@ spec:
{{- if .Values.sysctlImage.enabled }}
- name: init-sysctl
image: {{ template "redis.sysctl.image" . }}
imagePullPolicy: {{ default "" .Values.sysctlImage.pullPolicy | quote }}
resources:
{{ toYaml .Values.sysctlImage.resources | indent 10 }}
{{- if .Values.sysctlImage.mountHostSys }}
@@ -166,6 +166,7 @@ spec:
initContainers:
- name: init-sysctl
image: {{ template "redis.sysctl.image" . }}
imagePullPolicy: {{ default "" .Values.sysctlImage.pullPolicy | quote }}
resources:
{{ toYaml .Values.sysctlImage.resources | indent 10 }}
{{- if .Values.sysctlImage.mountHostSys }}