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