Skip to content
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

The render action does not delete environment variables that are no longer passed to it #300

Open
scott-doyland-burrows opened this issue May 27, 2024 · 1 comment
Labels
bug Something isn't working Investigating

Comments

@scott-doyland-burrows
Copy link

If I set my envars as:

environment-variables: |
  a=1
  b=2

but then later change it to be:

environment-variables: |
  c=3
  d=4

I end up with all four envars defined in the ECS task. But should only have the last two defined.

@karanbokil
Copy link

Hi @scott-doyland-burrows! Thanks for submitting this issue, we will investigate more into this.

@karanbokil karanbokil added bug Something isn't working Investigating labels May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Investigating
Projects
None yet
Development

No branches or pull requests

2 participants