helm: return correct information in check mode (#281)

Fixes: #280

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2020-10-23 01:52:17 +05:30
committed by GitHub
parent aad4696f20
commit 77e48d0c97
3 changed files with 29 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- helm - return values in check mode when release is not present (https://github.com/ansible-collections/community.kubernetes/issues/280).