From 5fee7368384a6bf020617c303837cb2c021a36dd Mon Sep 17 00:00:00 2001 From: Dhiraj Bokde Date: Wed, 2 Oct 2024 12:30:48 -0700 Subject: [PATCH] fix: remove static AUTH_PROVIDER in istio.env to allow operator to set it at runtime (#139) Signed-off-by: Dhiraj Bokde --- config/samples/istio/components/istio.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/samples/istio/components/istio.env b/config/samples/istio/components/istio.env index ffbdd5f..e806163 100644 --- a/config/samples/istio/components/istio.env +++ b/config/samples/istio/components/istio.env @@ -1,4 +1,4 @@ -AUTH_PROVIDER=opendatahub-auth-provider +AUTH_PROVIDER= DOMAIN= ISTIO_INGRESS=ingressgateway REST_CREDENTIAL_NAME=modelregistry-sample-rest-credential