This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Description
Current workflow is effectively:
An interim step that generates files (such as Dockerfile
, manifest.yaml
, etc) would allow a user to modify generated files prior to deployment. Or allow a user to commit files to source control without having to deploy them.
A proposed workflow would effectively be:
- configure
- generate
- deploy
If a file to be generated already exists, that file should be left alone so that any user modifications are not lost. An option to force re-generation of files would be useful.