mirror of
https://github.com/bitnami/charts.git
synced 2026-02-27 06:48:01 +08:00
[bitnami/keycloak] Apply the openshift-compatibility fix also to the init-pod of Keycloak (#24569)
* Apply the openshift-compatibility fix also to the init-pod of Keycloak Signed-off-by: Joost van der Sluis <joost@cnoc.nl> * Bumped chart version Signed-off-by: Joost van der Sluis <joost@cnoc.nl> --------- Signed-off-by: Joost van der Sluis <joost@cnoc.nl> Signed-off-by: Andrés Bono <andresbono@vmware.com> Co-authored-by: Andrés Bono <andresbono@vmware.com>
This commit is contained in:
@@ -33,4 +33,4 @@ maintainers:
|
||||
name: keycloak
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/keycloak
|
||||
version: 19.4.0
|
||||
version: 19.4.1
|
||||
|
||||
@@ -99,7 +99,7 @@ spec:
|
||||
#!/bin/bash
|
||||
cp -r /opt/bitnami/keycloak/lib/quarkus/* /quarkus
|
||||
{{- if .Values.containerSecurityContext.enabled }}
|
||||
securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | nindent 12 }}
|
||||
securityContext: {{- include "common.compatibility.renderSecurityContext" (dict "secContext" .Values.containerSecurityContext "context" $) | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- if .Values.resources }}
|
||||
resources: {{- toYaml .Values.resources | nindent 12 }}
|
||||
|
||||
Reference in New Issue
Block a user