zendesk / helm-secrets

DEPRECATED A helm plugin that help manage secrets with Git workflow and store them anywhere
Apache License 2.0
1.16k stars 155 forks source link

Decrypt secrets in a temporary folder #151

Closed eddycharly closed 3 years ago

eddycharly commented 4 years ago

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 commented 3 years ago

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 commented 3 years ago

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.