Skip to content

Commit

Permalink
fix(keycloak): correctly set the httpManagement.port variable
Browse files Browse the repository at this point in the history
  • Loading branch information
open-dynaMIX committed Sep 6, 2024
1 parent e7ea52b commit 8f62acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/keycloak-operator/templates/keycloak/keycloak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
{{- end }}
{{- with .Values.keycloak.httpManagement.port }}
httpManagement:
port: { . }
port: {{ . }}
{{- end }}
{{- if or .Values.keycloak.image.repository .Values.keycloak.image.tag }}
image: "{{ .Values.keycloak.image.repository | default .Values.operator.config.keycloakImage.repository }}:{{ .Values.keycloak.image.tag | default .Values.operator.config.keycloakImage.tag | default .Chart.AppVersion }}"
Expand Down

0 comments on commit 8f62acc

Please sign in to comment.