Skip to content

Commit 5c740c4

Browse files
committed
client fix
1 parent fed5259 commit 5c740c4

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)