helm: 'changed' flag takes 'values' in consideration (#332)

Return `changed` `False` is the `values_files` match the `values` of
the existing deployment.

Closes: #274
This commit is contained in:
Gonéri Le Bouder
2021-01-05 14:53:20 -05:00
committed by GitHub
parent 221631c06a
commit 01ee3e603c
3 changed files with 37 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
---
bugfixes:
- helm - ``release_values`` makes ansible always show changed state (https://github.com/ansible-collections/community.kubernetes/issues/274)