From 69a19d912e4bfe2c80ea74d8a86f6980da5c8004 Mon Sep 17 00:00:00 2001 From: milujogi Date: Tue, 4 Jun 2024 11:50:23 +0530 Subject: [PATCH] 63487 add env var AUTHSVC_KUBEDNS_NAME --- controllers/operator/containers.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/controllers/operator/containers.go b/controllers/operator/containers.go index 41b2500bf..5a6406358 100644 --- a/controllers/operator/containers.go +++ b/controllers/operator/containers.go @@ -865,6 +865,10 @@ func buildIdentityManagerContainer(instance *operatorv1alpha1.Authentication, id Name: "IDPROVIDER_KUBEDNS_NAME", Value: "https://platform-identity-provider", }, + { + Name: "AUTHSVC_KUBEDNS_NAME", + Value: "https://platform-auth-service", + }, { Name: "IAM_TOKEN_SERVICE_URL", Value: "https://platform-auth-service:9443",