helm - allow setting timeout independent of wait parameter (#231)

helm - allow setting timeout independent of wait parameter

SUMMARY

closes #67

ISSUE TYPE


Feature Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Abhijeet Kasurde <None>
Reviewed-by: None <None>
This commit is contained in:
abikouo
2021-09-28 18:29:26 +02:00
committed by GitHub
parent 45ba8b1a0d
commit 6061586289
2 changed files with 19 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- helm - add support for timeout cli parameter to allow setting Helm timeout independent of wait (https://github.com/ansible-collections/kubernetes.core/issues/67).