[stable/kube-slack] Kube slack image from different CR (#21915)

* [stable/kube-slack] Added imagePullSecrets option to chart

Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@akelius.de>

* In this way works better

Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@akelius.de>
This commit is contained in:
Pierluigi Lenoci
2020-04-14 07:36:12 -07:00
committed by GitHub
parent e81222400c
commit 05d451d66d
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: kube-slack
version: 1.3.0
version: 1.3.1
appVersion: v4.2.0
apiVersion: v1
description: Chart for kube-slack, a monitoring service for Kubernetes
@@ -41,6 +41,10 @@ spec:
- configMapRef:
name: {{ template "kube-slack.fullname" . }}
resources:
{{ if .Values.image.pullSecret }}
imagePullSecrets:
- name: {{ .Values.image.pullSecret }}
{{- end }}
{{ toYaml .Values.resources | indent 12 }}
{{- if .Values.rbac.create }}
serviceAccountName: {{ template "kube-slack.fullname" . }}
+2
View File
@@ -38,6 +38,8 @@ image:
repository: willwill/kube-slack
tag: v4.2.0
pullPolicy: IfNotPresent
# If specified, use these secrets to access the image
# pullSecret: registry-secret
resources: {}
# limits: