Skip to content

Commit

Permalink
Fix newline error
Browse files Browse the repository at this point in the history
  • Loading branch information
meln5674 committed May 28, 2024
1 parent aa94100 commit 9367345
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/helm/mlflow-multitenant/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,8 @@ oauth2-proxy:
{{- if eq .name "provider-ca" }}
provider_ca_files=["{{ .mountPath }}"]
{{- end }}
{{- end }}redirect_url="{{ include "mlflow-multitenant.externalURL" . }}/oauth2/callback"
{{- end }}
redirect_url="{{ include "mlflow-multitenant.externalURL" . }}/oauth2/callback"
# This will be templated and appended to content in the above configmap.
# These fields are specific to your particular deployment case, so change them based on
# how your OIDC provider is configured if you're not using Keycloak.
Expand Down

0 comments on commit 9367345

Please sign in to comment.