➖  remove manifests commit
Description of Change:
Story time: Initially the thought was to have spar git commit back the manifests to the project, however, because we're transitioning spar to a pipeline plugin it makes more sense to piggyback on the commit that already happen as the versions are updated in kubernetes_deploy
Alternate Designs
Lots! But, because of how we're positioning this tool, it's best that it doesn't manipulate git.
Possible Drawbacks
Because the original position (of having spar git commit things) was a bit risky to begin with, this reduces risk within the application
Verification Process
- Add version to hello-ci
- remove manifests
- Attempt to deploy with kubernetes_deploywith [kubectl apply -k manifest/]
Related Issues & Merge Requests
N/A