helm - Add reuse-values when running helm diff (#683) (#692)

helm - Add reuse-values when running helm diff

SUMMARY

closes #680

ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME

helm

Reviewed-by: GomathiselviS
Reviewed-by: Alina Buzachis
(cherry picked from commit 23e94b60c1)

Co-authored-by: Bikouo Aubin <79859644+abikouo@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2024-03-01 18:01:13 +01:00
committed by GitHub
parent eed4ebb0af
commit e6d138dbf0
11 changed files with 144 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
---
bugfixes:
- helm - use ``reuse-values`` when running ``helm diff`` command (https://github.com/ansible-collections/kubernetes.core/issues/680).