Hi folks, new to the group I was hoping someone may have already devised a design pattern orchestrating a pipeline that leverages KPT, Config Controller and Config Sync.
I'm struggling to come up with a simple dev pipeline experience so any help guidance examples is appreciated.
I'd prefer not going the backstage gui integration route, but rather a github native route ie. commit tag --> github action ( or cloudbuild ).
I'd like to see if i can somehow mimic the experience users are used to now with Terraform where they would do a git tag tf-infra-plan.v0.0.1 && git push tags followed by
git tag tf-infra-apply.v0.0.1 && git push --tags
eugene