austindewey.com
Patch Any Helm Chart Template Using a Kustomize Post-Renderer - Austin Dewey
Helm 3.1 introduced the ability to use post-renderers, which allow you to patch any resource that a Helm chart manages before they are sent off to the API server. There are a few different types of post-renderers, but in this post, we'll take a look at the Kustomize post-renderer ...
Austin Dewey