You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user has an application it may have env vars that require values from a bound service, for instance the epinio/example-wordress app requires DB_HOST (epinio configurations list | grep mydb | awk '{print $2}')
Currently in the UI the user has to create the service in advance, create the app (sans service env vars) bound to the service, find the new configuration, and then edit the app
This isn't intuitive or provide a good UX
Suggestion
We should work out a way for the user to see the env vars the configuration exposes and assign value/s to application env vars
This is tricky because it requires both app and service to exist and service bound to the app
The text was updated successfully, but these errors were encountered:
epinio/example-wordress
app requiresDB_HOST
(epinio configurations list | grep mydb | awk '{print $2}'
)Suggestion
The text was updated successfully, but these errors were encountered: