Open
Description
I would like to be able to infer that a chart is beying installed or destroyed, so that I can make better use of exec.
Scenario:
Some apps in the wild don't support helm or not fully (knative, cert-manager etc), but I would like to use helmfile ordering to install their manifests at the right time.
So I create a basic deploy script that either does a k apply -f $FOLDER
, or, and that is about my request, it does a k delete -f $FOLDER
.
Metadata
Metadata
Assignees
Labels
No labels