Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order to deploy a helm chart to a K8s cluster, FlexDeploy uses the deploy operation of Helm plugin, which invokes helm upgrade --install command under the hood. So, the deployment workflow should contain a step as in this example:

Image RemovedImage Added


Info

If Chart Name and Release Name are unspecified, FlexDeploy will take the values from the Helm Configuration tab.

...