Want to report a bug in the ESC UI: It seems the F...
# general
s
Want to report a bug in the ESC UI: It seems the Form editor considers everything under values.* to be the same path as environmentVariables.* In my example I am trying to edit DATABASE_HOST in the environmentVariables section, however the UI says its a duplicate path. The YAML editor does not throw this error. I'm of the opinion that environmentVariables.DATABASE_HOST does not equal DATABASE_HOST (top level values)
This becomes espcially tedious when I need to update a secret through the UI. step 1: remove both references to DATABASE_HOST step 2: recreate secret in values.DATABASE_HOST (UI) step 3: recreate environmentVariables.DATABASE_HOST reference to ${DATABASE_HOST} through YAML editor
h
weird! thanks for the report, I think I see the problem
s
You do agree that values.EXAMPLE is not the same path as values.environmentVariables.EXAMPLE right?
h
absolutely, yes, this is 100% a bug
s
Thank you 🙂
h
@straight-rose-51964this should now be fixed!
s
Excellent thank you!