Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/agentex/lib/cli/handlers/deploy_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
Loading