coolify icon indicating copy to clipboard operation
coolify copied to clipboard

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

Open peaklabs-dev opened this issue 1 year ago • 0 comments

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

peaklabs-dev avatar Jun 27 '24 12:06 peaklabs-dev