-
I haven’t tested this, but I suspect this also applies to tags as they use a similar method.
I should write a generalized function that fixes this and just run both env variables and tags through it.
This is a good opportunity to make env variables Optional in the PlanetMetadata struct.
-
State changed as code fixing the issue is committed (0996e057)
-
OneDev changed state to 'Closed' 3 weeks ago
Previous Value Current Value Open
Closed
Type |
Bug
|
Priority |
Normal
|
Assignee |
Issue Votes (0)
When using the planet update request, updating an existing environment variable will append the new value of that variable onto the end rather than replacing the value with the new one.
Example:
old: BACKUPS=true
update: BACKUPS=false
new: BACKUPS=truefalse