GitOps Application Manager: An opinionated CLI that generates the Kubernetes resources for managing your Tekton-based CI manifests, ArgoCD-based CD manifests and Application manifests in Git.
Added scenario for testing KAM bootstrap command with and without --overwrite flag. This pr also fixes the need to generate resource files with different names by kam bootstrap command (which are redundant) by cleaning up the directory before each scenario
Have you updated the necessary documentation?
[ ] Documentation update is required by this PR.
[ ] Documentation has been updated.
Which issue(s) this PR fixes:
Fixes #? N/A
How to test changes / Special notes to the reviewer:
Needs approval from an approver in each of these files:
- ~~[OWNERS](https://github.com/redhat-developer/kam/blob/master/OWNERS)~~ [chetan-rns]
Approvers can indicate their approval by writing `/approve` in a comment
Approvers can cancel approval by writing `/approve cancel` in a comment
What type of PR is this?
/kind enhancement
What does this PR do / why we need it:
Added scenario for testing KAM bootstrap command with and without --overwrite flag. This pr also fixes the need to generate resource files with different names by kam bootstrap command (which are redundant) by cleaning up the directory before each scenario
Have you updated the necessary documentation?
Which issue(s) this PR fixes:
Fixes #? N/A
How to test changes / Special notes to the reviewer:
make e2e
should pass