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.
1 parent fed5259 commit 5c740c4Copy full SHA for 5c740c4
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