[stable/influxdb] Add support for imagePullSecrets (#15159) (#16005)

Signed-off-by: Alla Volkov <alla.volkov@sap.com>
Signed-off-by: i019379 <alla.volkov@sap.com>
This commit is contained in:
allaVolkov
2019-07-31 14:58:14 -07:00
committed by Kubernetes Prow Robot
parent 428662c98b
commit 02841cb1b4
3 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: influxdb
version: 1.3.0
version: 1.3.1
appVersion: 1.7.6
description: Scalable datastore for metrics, events, and real-time analytics.
keywords:
@@ -15,6 +15,12 @@ spec:
app: {{ template "influxdb.fullname" . }}
release: "{{ .Release.Name }}"
spec:
{{- if .Values.image.pullSecrets }}
imagePullSecrets:
{{- range .Values.image.pullSecrets }}
- name: {{ . }}
{{- end}}
{{- end }}
containers:
- name: {{ template "influxdb.fullname" . }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
+3
View File
@@ -4,6 +4,9 @@ image:
repository: "influxdb"
tag: "1.7.6-alpine"
pullPolicy: IfNotPresent
## If specified, use these secrets to access the images
# pullSecrets:
# - registry-secret
## Specify a service type
## NodePort is default