airy
airy copied to clipboard
Decouple Kubernetes from the upgrade command
In order to fully decouple the CLI from Kubernetes we need to remove all the Helm jobs run by the CLI. After the creation of AWS and Minikube using Terraform, the final step is to remove all the Helm jobs from the upgrade
command.
Then the whole package //cli/pkg/helm
can be deleted.
Isn't this the same as #2757 ? 🤔