Replies: 1 comment
-
Bootstrap is not a script, it is pure Go code with no dependencies to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bootstrap script commit directly to the repo using the github Token provided by the user, however for repositories that have very strict policy (not allowing commits to main directly and require Approved Pull Request) the bootstrap script won't work and we had to implement or re-write the bootstrap script.
Is there a way for the bootstrap to submit a Pull request with the changes needed, once the PR is merged that's when the cluster will get bootstrapped.
Beta Was this translation helpful? Give feedback.
All reactions