From 5c740c4efe7754911b7ce4599c0c8047440af60e Mon Sep 17 00:00:00 2001 From: Anish Agrawal Date: Mon, 28 Jul 2025 19:56:46 -0700 Subject: [PATCH] client fix --- src/agentex/lib/cli/handlers/deploy_handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agentex/lib/cli/handlers/deploy_handlers.py b/src/agentex/lib/cli/handlers/deploy_handlers.py index f60b23e7..792f5351 100644 --- a/src/agentex/lib/cli/handlers/deploy_handlers.py +++ b/src/agentex/lib/cli/handlers/deploy_handlers.py @@ -181,7 +181,7 @@ def merge_deployment_configs( if encoded_principal: if "env" not in helm_values: helm_values["env"] = {} - helm_values["env"][EnvVarKeys.AUTH_PRINCIPAL_B64] = encoded_principal + helm_values["env"][EnvVarKeys.AUTH_PRINCIPAL_B64.value] = encoded_principal if manifest.deployment and manifest.deployment.imagePullSecrets: pull_secrets = [