We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48f46e3 + ce95a09 commit 836a9ecCopy full SHA for 836a9ec
src/agentex/lib/cli/handlers/deploy_handlers.py
@@ -181,7 +181,7 @@ def merge_deployment_configs(
181
if encoded_principal:
182
if "env" not in helm_values:
183
helm_values["env"] = {}
184
- helm_values["env"][EnvVarKeys.AUTH_PRINCIPAL_B64] = encoded_principal
+ helm_values["env"][EnvVarKeys.AUTH_PRINCIPAL_B64.value] = encoded_principal
185
186
if manifest.deployment and manifest.deployment.imagePullSecrets:
187
pull_secrets = [
0 commit comments