As a support engineer wanting to manage my deployments I would like to do the following (in order of importance):
- Roll back to a known "good" PVC
- Have BlueAPI make a new PVC pulling a clean
main (or a release tag) of my repos, the current PVC should be kept around
- Remotely see if my current PVC has uncommited changes
- Read the code in an old PVC without changing live
- Delete an old PVC
- See when a PVC was made/last used/last edited
- Delete based on some criteria e.g. all that haven't been used for X time
Acceptance Criteria
- All the above are documented on how to do them
- If they are hard or require more than 2 or 3 steps there are issues to make them easier
As a support engineer wanting to manage my deployments I would like to do the following (in order of importance):
main(or a release tag) of my repos, the current PVC should be kept aroundAcceptance Criteria