| commit | 404e23747a4d6c9fec6c15fed75ca078cf884c37 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Fri Jul 11 12:50:26 2025 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Fri Jul 11 18:16:04 2025 +0400 |
| tree | 6e85217f266b43cb2af51e0d4920789eadcb97f9 | |
| parent | 0e1a97d95423a4fb693ecced2007b7e0b0f4db1e [diff] |
Immich: Add Immich installer configuration Change-Id: I88796e42d0b0b14d84b094d4a1c5213b43c56f2a
diff --git a/charts/oauth2-client/templates/oauth2-client.yaml b/charts/oauth2-client/templates/oauth2-client.yaml index 81b7d96..7fb3e97 100644 --- a/charts/oauth2-client/templates/oauth2-client.yaml +++ b/charts/oauth2-client/templates/oauth2-client.yaml
@@ -8,7 +8,10 @@ grantTypes: {{ .Values.grantTypes }} responseTypes: {{ .Values.reponseTypes }} scope: {{ .Values.scope }} - redirectUris: {{ .Values.redirectUris }} + redirectUris: + {{- range .Values.redirectUris }} + - {{ . }} + {{- end}} hydraAdmin: endpoint: /admin/clients forwardedProto: https