mirror of
https://github.com/helm/charts.git
synced 2026-08-23 06:17:18 +00:00
[stable/keycloak] Update pullSecrets variable usage (#9802)
* Updated imagePullSecrets to match values.yaml example. Signed-off-by: Roman Mykhailiuk <r.ghost.asp@gmail.com> Signed-off-by: Roman Mykhailiuk <rmykh@softserveinc.com> * Changed back to , uncommented default value. Signed-off-by: Roman Mykhailiuk <r.ghost.asp@gmail.com> Signed-off-by: Roman Mykhailiuk <rmykh@softserveinc.com> * Bumped chart version Signed-off-by: Roman Mykhailiuk <rmykh@softserveinc.com> * Update Chart.yaml Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
2930ee57f0
commit
116a0aa53d
@@ -1,5 +1,5 @@
|
||||
name: keycloak
|
||||
version: 4.0.6
|
||||
version: 4.0.7
|
||||
appVersion: 4.5.0.Final
|
||||
description: Open Source Identity and Access Management For Modern Applications and Services
|
||||
keywords:
|
||||
|
||||
@@ -34,7 +34,9 @@ spec:
|
||||
{{ toYaml .Values.keycloak.securityContext | indent 8 }}
|
||||
{{- with .Values.keycloak.image.pullSecrets }}
|
||||
imagePullSecrets:
|
||||
{{ toYaml . | indent 8 }}
|
||||
{{- range . }}
|
||||
- name: {{ . }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if or .Values.keycloak.persistence.deployPostgres .Values.keycloak.extraInitContainers }}
|
||||
initContainers:
|
||||
|
||||
@@ -19,7 +19,7 @@ keycloak:
|
||||
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
||||
##
|
||||
pullSecrets: []
|
||||
# - myRegistrKeySecretName
|
||||
# - myRegistrKeySecretName
|
||||
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
|
||||
Reference in New Issue
Block a user