Adding environment variable to orchestrator-repl-job pods

Summary

How to add an environment variable to orchestrator-repl-job pods to enable logging to S3 bucket with AWS_REGION instead of AWS_DEFAULT_REGION using Helm chart version 0.64.151.


Question

How does one add an environment variable to the orchestrator-repl-job pods?
Use case:
• Logging won’t write to S3 bucket unless AWS_REGION is set. It doesn’t work with AWS_DEFAULT_REGION.
• using Helm chart version 0.64.151



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["environment-variable", "orchestrator-repl-job", "logging", "S3-bucket", "AWS_REGION", "AWS_DEFAULT_REGION", "Helm-chart", "0.64.151"]

global.env_vars.AWS_REGION propagates to most pods, but not the orchestrator-repl-job.

:point_up: specifically the container (it actually does propagate to the initContainer.