Skip to content

Adding wait timeout for helm install command

Nailia Iskhakova requested to merge 445-wait-timeout-charts into main

What does this MR do?

Adding wait timeout for helm install command to resolve intermittent Error: context deadline exceeded errors seen in #445 (closed)

Per discussion in #445 (comment 984504296), wait_timeout will need to be changed with Ansible upgrade.

Related issues

#445 (closed)

Follow up on !700 (merged)

Author's checklist

When ready for review, the Author applies the workflowready for review label and mention @gl-quality/get-maintainers:

  • Merge request:
    • Corresponding Issue raised and reviewed by the GET maintainers team.
    • Merge Request Title and Description are up to date, accurate, and descriptive
    • MR targeting the appropriate branch
    • MR has a green pipeline
    • MR has no new security alerts in the widget from the Secret Detection and IaC Scan (SAST) jobs.
  • Code:
    • Check the area changed works as expected. Consider testing it in different environment sizes (1k,3k,10k,etc.).
      • Ran the gitlab_charts playbook against 3k hybrid - finished fine.
    • Documentation created/updated in the same MR.
Edited by Nailia Iskhakova

Merge request reports