Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Decrypt secrets in a temporary folder #151

Closed
eddycharly opened this issue Mar 11, 2020 · 2 comments · Fixed by jkroepke/helm-secrets#5
Closed

Decrypt secrets in a temporary folder #151

eddycharly opened this issue Mar 11, 2020 · 2 comments · Fixed by jkroepke/helm-secrets#5

Comments

@eddycharly
Copy link

It would be useful when deploying several releases concurrently, as the first to finish will delete files that are in use by other release deployments.

@dsuievalov
Copy link

Hello @eddycharly, looks like you are looking for a variable HELM_SECRETS_DEC_SUFFIX. If you define different values for each of the releases that runs in parallel - they all decrypt the same secrets under the different names.

@eddycharly
Copy link
Author

Thanks, that could work indeed but not practical to use in a declarative world.
Anyway, I just use sops directly now and it’s fine.
Closing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants