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}}