-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document additional PaaSTA-provided env vars (+ sort list) #4034
Conversation
I was recently chatting with jrchu about default env vars and I realized that there's a couple that we didn't document.
docs/source/yelpsoa_configs.rst
Outdated
* ``PAASTA_DOCKER_IMAGE``: The docker image name | ||
* ``PAASTA_GIT_SHA``: The short git sha of the code the container has | ||
* ``PAASTA_DEPLOY_GROUP``: The `deploy group <deploy_group.html>`_ specified | ||
* ``PAASTA_HOST``: The hostname of the actual server the container is runnig on | ||
* ``PAASTA_IMAGE_VERSION``: The version of the docker image |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this too is not always included, only for those using --image-version
w/ mark-for-deployment (likely only those using enable_automated_redeploys
in yelpsoa w/ our standard pipelines)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated!
Co-authored-by: Jen Patague <[email protected]>
I was recently chatting with milki about default env vars and I realized that there's a couple that we didn't document.