Jesse Glick
Jesse Glick
> ```shell > helm install chart --dry-run --generate-name > ``` Unfortunately this requires an actual cluster, unlike `helm template`.
Can we punt on subcharts and even the `--notes` option and just make ```bash helm template $chart -s templates/NOTES.txt ``` render that file, so you can test or iteratively develop...
@cmoulliard if you meant https://github.com/helm/helm/issues/6901#issuecomment-770070832, that was just a proposal—indeed it does not work today.
Related to #4819? While trying to figure out why `kind load docker-image` is so slow I found that `docker save` is surprisingly slow (14s to save a 1.8Gb image to...
`README.md` at root also omits https://github.com/githubnext/monaspace#linux.
I also got here via `git bisect`. `NoTriggerBranchPropertyTest` runs `JenkinsRule.configRoundtrip` so it does exercise GUI code. This PR also causes a failure in the ATH `BuildHistoryTest` (both test cases) at...
Thanks, I can take a look at whether `NoTriggerBranchPropertyTest` is just overly sensitive to timing.
> Hudon Main wraps our command, keeps the log, and sends via HTTP to Jenkins Fine but as mentioned in Jira please instead move all of this functionality into some...
Indeed. BTW I think all the logic here to retrieve a crumb ought to be deleted anyway, as it should only be needed if you are using a password rather...
Ideally would wait for #7635.