| commit | 9e550544b3d9c4e97df1944a7d7c688745687502 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max-2.local> | Fri Jul 11 17:04:57 2025 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max-2.local> | Fri Jul 11 17:04:57 2025 +0400 |
| tree | d807df3106c15d41ec25e10fe40a5c042fa710f6 | |
| parent | 59b7125bb41b423f7c6feec9a50ff73781f78ea2 [diff] |
update
diff --git a/charts/oauth2-client/templates/oauth2-client.yaml b/charts/oauth2-client/templates/oauth2-client.yaml index e044189..7fb3e97 100644 --- a/charts/oauth2-client/templates/oauth2-client.yaml +++ b/charts/oauth2-client/templates/oauth2-client.yaml
@@ -8,7 +8,7 @@ grantTypes: {{ .Values.grantTypes }} responseTypes: {{ .Values.reponseTypes }} scope: {{ .Values.scope }} - redirectUris: |- + redirectUris: {{- range .Values.redirectUris }} - {{ . }} {{- end}}