mirror of
https://github.com/bitnami/charts.git
synced 2026-04-01 06:47:23 +08:00
Drop unnecessary secret mount in Keycloak container (#17332)
Signed-off-by: Damiano Albani <damiano.albani@gmail.com>
This commit is contained in:
@@ -28,4 +28,4 @@ maintainers:
|
||||
name: keycloak
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/keycloak
|
||||
version: 15.1.4
|
||||
version: 15.1.5
|
||||
|
||||
@@ -200,10 +200,6 @@ spec:
|
||||
- secretRef:
|
||||
name: {{ include "common.tplvalues.render" (dict "value" .Values.extraEnvVarsSecret "context" $) }}
|
||||
{{- end }}
|
||||
{{- if and .Values.externalDatabase.existingSecret (not .Values.postgresql.enabled) }}
|
||||
- secretRef:
|
||||
name: {{ include "common.tplvalues.render" (dict "value" .Values.externalDatabase.existingSecret "context" $) }}
|
||||
{{- end }}
|
||||
{{- if .Values.resources }}
|
||||
resources: {{- toYaml .Values.resources | nindent 12 }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user