@viq Hey, viq, using #skaffold and #helm for deploying Kubernetes is a less flexible approach to deploying manifests. Eventually, you will face the rigidity of this technique. I would consider rewriting the deployment pipeline. What you need is yaml files at the end of the day, anyway. A simple #kubectl can deal with that. You can get the yamls from the `helm template` command and post-process them with, e.g., #kustomize—a simple and battle-tested solution.
[1/2]