Kent Rancourt

Results 82 comments of Kent Rancourt

Thanks @duglin. And I will now stand corrected... experimentation revealed that Azure Event Grid _does_ accept a POST, even though the documentations says a GET is expected. I agree that...

Once again, I may have spoken too soon, because Event Grid provisioning did eventually fail with the POST callback. Webhook validation incomplete. ☹️ I guess I'm going back to a...

@duglin I should have circled back to provide some more info... I do still think there's room for at least a mention that the receiver needs to be prepared for...

That makes sense to me @clemensv and I think that is a good clarification.

Had to move from go-git to git2go because of this issue.

Similar to when you clone a git repository and may be wishing to avoid a naming conflict, you can specify your own name for a chart in your workspace at...

@prydonius I should be clear... I never meant to imply improvements aren't possible in this regard. I was only suggesting an expedient workaround for anyone facing this issue at the...

I know there's been some recent chatter about possibly using helm as part of the development workflow to facilitate loading hacked components into a running k8s cluster _instead_ of the...

+1 @sgoings suggestion. After a fresh helm install, I tried `helm repo list` and ran into this same error. It took a while for me to realize that an explicit...

Shouldn't `helm generate` only be looking in the `tpl` dir for templates? If the generated manifests still mentioned `helm:generate` (albeit in a comment), shouldn't those be ignored? I'm probably misunderstanding...