cloud-native-toolkit / multi-tenancy-gitops

Provides our opinionated point of view on how GitOps can be used to manage the infrastructure, services and application layers of K8s based systems
https://cloudnativetoolkit.dev/adopting/use-cases/gitops/gitops-ibm-cloud-paks/
Apache License 2.0
113 stars 729 forks source link

Refactor bootstrap.sh - revisit #249

Closed vbudi000 closed 1 year ago

vbudi000 commented 2 years ago

@hollisc - I'd like to get back to this refactoring exercise - can you remind me what is the error last time so that I can retest that?

vbudi000 commented 2 years ago

Missing gh as git credential helper caused intermittent failure to build git repo - the older version has gh runs alongside git hence causing less disruptive potential errors, now that gh is run only in a separate function, git push would not complete hence generating failure.