helm fix with release_values option set (#573)

helm - delete temporary file created when using option release_values

SUMMARY

closes #530

ISSUE TYPE


Bugfix Pull Request

COMPONENT NAME

helm
This commit is contained in:
Bikouo Aubin
2023-02-07 15:55:14 +01:00
committed by GitHub
parent deaf8ee4f3
commit 3d313cf837
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
---
bugfixes:
- helm - delete temporary file created when deploying chart with option release_values set (https://github.com/ansible-collections/kubernetes.core/issues/530).