...
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 like as in this example:
Info |
---|
If Chart Name and Release Name are unspecified FlexDeploy will take the values from Helm Configuration tab. |
...