The logic to set up the gitops, while consistent now across the gitops module repos, is achieved through copies of the same scripts in each repo. This means that to update the logic, all of the repos must be refreshed...
This is a good time to create a cli command that encapsulates the logic in these shell scripts to set up the modules. (This also gets us one step closer to being able to define GitOps modules independent of Terraform.)
There are two issues currently with the implementation of the gitops repo:
This is a good time to create a cli command that encapsulates the logic in these shell scripts to set up the modules. (This also gets us one step closer to being able to define GitOps modules independent of Terraform.)