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

[Bug]: If an environment variable is changed to hardcoded, the UI variable is not removed. #2703

Open
ayntk-ai opened this issue Jun 27, 2024 · 0 comments

Comments

@ayntk-ai
Copy link

Description

No response

Minimal Reproduction (if possible, example repository)

For example, if we change the variable: WORDPRESS_DB_NAME=$WORDPRESS_DB_NAME to WORDPRESS_DB_NAME=wordpress form a variable we can set in the UI to a hardcoded value, the variable will not be removed in the UI:
image
-> Even after changing the variable to a hardcoded value, the environment variable remains in the UI even though it is no longer needed. I would expect this variable to be removed after a redeploy.

Exception or Error

No response

Version

v4.0.0-beta.306

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant