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
Having worked through a bit more complex application configuration file, I ended up repeating a lot of lines in the application configuration to simply pass parameters through to environment variables in a component. I also lacked the ability to describe an object type of variable (e.g. a database connection string, consisting of dbname, servername etc.)
I was lead to how CNAB defined parameters and definitions, and think that we can adopt a slightly simplified version of that concept. This might also help with #1
Having worked through a bit more complex application configuration file, I ended up repeating a lot of lines in the application configuration to simply pass parameters through to environment variables in a component. I also lacked the ability to describe an object type of variable (e.g. a database connection string, consisting of dbname, servername etc.)
I was lead to how CNAB defined parameters and definitions, and think that we can adopt a slightly simplified version of that concept. This might also help with #1
CNAB: https://github.com/deislabs/cnab-spec/blob/master/101-bundle-json.md#definitions
Benefits:
Example - current model
Example - new model
The text was updated successfully, but these errors were encountered: