app icon indicating copy to clipboard operation
app copied to clipboard

Auto parameters

Open simonferquel opened this issue 6 years ago • 1 comments

- What I did

Added a range of automatically generated parameters for

  • replicas
  • limits
  • reservations

- How I did it

Overrides are materialized to CNAB parameters, whose destination is a file path mirroring the structure of the compose file. When the run tool extract the package, it reconstructs the overrides as an "overriding compose file"

This means that we can use this to easily add new "automatic parameters" in the future

- How to verify it //TODO

- Description for the changelog //TODO

- A picture of a cute animal (not mandatory but encouraged) //TODO

simonferquel avatar Apr 10 '19 15:04 simonferquel

Looks like we would not be able to merge this PR because of merge conflicts. Please rebase, fix conflicts, and force push to your branch.

GordonTheTurtle avatar Apr 10 '19 15:04 GordonTheTurtle