Closed
Description
I am using helmfile for deploying our charts. On our jenkins machines, we see lot of temporary (/tmp/values*) files in /tmp folder. From what i understand, these are rendered value files generated when we run helmfile apply
. The problem is that these files contain sensitive information like passwords, api keys in plain text which is a security risk. It'd be ideal if these files get deleted after helmfile apply
operation is complete.