Helm Hooks Support with Kubernetes Deployments with Helm Charts as the Manifest Type
long-term
C
Cooing Rook
We currently maintain two sets of charts, one for an air gap environment and the other for our public cloud deployments.
The Helm Chart for airgap uses helm hooks to deploy. The Helm chart in the public cloud has lifecycle jobs that runs to facilitate the same behavior as the hooks.
When I make a change to the Helm Chart for airgap, I have to write code for the Helm Chart for public cloud deployment to perform the same hook functionality.
Log In
V
Vanilla Pigeon
Upvoting this as we are running into a product limitation where we require using hooks for decrypting k8s manifests containing sops secrets for canary & blue/green deployments, but are blocked.
Harness does not support Helm hooks for Helm Blue-Green and Canary deployments.
Rohan Gupta
updated the status to
long-term
Reviewed the feature request on call today, and we will figure out how to read the hooks and apply them with the Kubernetes Swimlane.