Stop

Workflow for stopping an environment

When stopping an Environment, the following occur:

  • all components of kind Helm, KubernetesManifest, GenericComponent are stopped by running their defined scripts / commands from the stop attribute of each.
    Note: these are all ran in parallel.

🚧

For KubernetesManifest, Helm and GenericComponent it is your entire responsibility to handle what happens when starting/stopping an environment.

📘

Similarly to the Destroy workflow, all stop commands are ran in parallel.