Introduction
This article will walk you through how you can configure the timeout for Helm execution through the manifest.
Process
In the manifest you need to make the changes as mentioned below:
manifests:
- manifest:
commandFlags:
...
spec:
...
- commandType: Upgrade
flag: "--install --wait --timeout=<+pipeline.variables.helm_timeout>"
In the flag, you can set the timeout value according to your requirement.
*The current default timeout value is 5 minutes.