You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's generally a good idea to not put final artifacts into a Git repo, but I am approving PR #1 as-is, as it has all the bones we want.
In the future, we should rework the scripts to write the final output to a tempdir, tar it up, and use a CLI tool (like the Github one) to submit the tarball as a release artifact. It could even be done by a Github action.
Then the far end of the k8s tooling should look for those releases instead.
The text was updated successfully, but these errors were encountered:
Bug Report
It's generally a good idea to not put final artifacts into a Git repo, but I am approving PR #1 as-is, as it has all the bones we want.
In the future, we should rework the scripts to write the final output to a tempdir, tar it up, and use a CLI tool (like the Github one) to submit the tarball as a release artifact. It could even be done by a Github action.
Then the far end of the k8s tooling should look for those releases instead.
The text was updated successfully, but these errors were encountered: