Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raise when one secret is shared between several charts #167

Closed
amnk opened this issue Jun 12, 2018 · 3 comments
Closed

Raise when one secret is shared between several charts #167

amnk opened this issue Jun 12, 2018 · 3 comments

Comments

@amnk
Copy link
Contributor

amnk commented Jun 12, 2018

I'm currently sharing one secrets file among several different charts to share database setup. And this leads to race condition when deleting decrypted file after the execution:

err: remove secrets.yaml.dec: no such file or directory
err: remove secrets.yaml.dec: no such file or directory

Created based on on #149 (comment)

@sstarcher
Copy link
Contributor

This looks to be related to helm dec using the same secret name between multiple secret values. When it goes to cleanup the files it cleans up the same file multiple times. Everything works except for you get a return error at the end. It certainly needs cleaned up.

@maver1ck
Copy link

Any chance to get this fixed ?

@sstarcher
Copy link
Contributor

This does not have any functional effect on the run. The only functional issue is the exit code of helmfile itself. Certainly this should be fixed, but I doubt it's a high priority.

raxod502-plaid pushed a commit to raxod502-plaid/helmfile that referenced this issue Jun 30, 2022
Signed-off-by: yxxhero <aiopsclub@163.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants