You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of bug: ansible-collections/kubernetes.core#530 tmp files used to render the chart values are been left in the tmp directory. We do not have that version available.
Making DOAA to render the values file in the chart temp directory and deleted accordingly.
Change-Id: Ibf9359dd3a8c229b517157beca3714801d32cdc5
TestDallasWorkload: tnf-test-cnf-green
Change-Id: I8b682694ab4aa045b9f3ba75d38330f82303580b
SUMMARY
When using the
kubernetes.core.helm
task, the temporary files used to populate the chart values is left behind.ISSUE TYPE
COMPONENT NAME
kubernetes.core.helm
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
CentOS Stream 8
STEPS TO REPRODUCE
EXPECTED RESULTS
The file created in
/tmp
which is passed as an argument tohelm
would be deltedACTUAL RESULTS
The temporary file is left behind.
The text was updated successfully, but these errors were encountered: