File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1+ dependencies: []
2+ digest: sha256:643d5437104296e21d906ecb15b2c96ad278f20cfc4af53b12bb6069bd853726
3+ generated: "2026-02-05T15:23:06.955496718Z"
Original file line number Diff line number Diff line change 1212 php-trusted-proxies : " {{ join " ," .Values.php.trustedProxies }}"
1313 mercure-url : " http://{{ include " api-platform.fullname" . }}/.well-known/mercure"
1414 mercure-public-url : {{ .Values.mercure.publicUrl | default "http://127.0.0.1/.well-known/mercure" | quote }}
15- mercure-extra-directives :
16- {{- .Values.mercure.extraDirectives | toYaml | nindent 4 }}
17- caddy-global-options :
18- {{- .Values.php.caddyGlobalOptions | toYaml | nindent 4 }}
1915 oidc-server-url : " https://{{ (first .Values.ingress.hosts).host }}/oidc/realms/demo"
2016 oidc-server-url-internal : " http://{{ include " api-platform.fullname" . }}-keycloak/oidc/realms/demo"
2117 next-auth-url : " https://{{ (first .Values.ingress.hosts).host }}/api/auth"
@@ -37,6 +33,5 @@ metadata:
3733 labels :
3834 {{- include "api-platform.labelsKeycloak" . | nindent 4 }}
3935data :
40- realm.json : |
41- {{ (.Files.Glob .Values.keycloak.importRealm.path).AsConfig | indent 2 }}
36+ {{ (.Files.Glob .Values.keycloak.importRealm.path).AsConfig | indent 2 }}
4237{{- end }}
Original file line number Diff line number Diff line change @@ -126,7 +126,9 @@ spec:
126126 secretKeyRef :
127127 name : {{ include "api-platform.fullname" . }}
128128 key : keycloak-database-password
129- {{- toYaml .Values.keycloak.postgresql.extraEnvVars | nindent 12 }}
129+ {{- with .Values.keycloak.postgresql.extraEnvVars }}
130+ {{- toYaml . | nindent 12 }}
131+ {{- end }}
130132 ports :
131133 - name : main
132134 containerPort : 5432
You can’t perform that action at this time.
0 commit comments