Skip to content

Commit 836a9ec

Browse files
authored
Merge pull request #42 from scaleapi/anishxyz/authn-deploy-fix
[Auth] Deploy fix
2 parents 48f46e3 + ce95a09 commit 836a9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agentex/lib/cli/handlers/deploy_handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def merge_deployment_configs(
181181
if encoded_principal:
182182
if "env" not in helm_values:
183183
helm_values["env"] = {}
184-
helm_values["env"][EnvVarKeys.AUTH_PRINCIPAL_B64] = encoded_principal
184+
helm_values["env"][EnvVarKeys.AUTH_PRINCIPAL_B64.value] = encoded_principal
185185

186186
if manifest.deployment and manifest.deployment.imagePullSecrets:
187187
pull_secrets = [

0 commit comments

Comments
 (0)