Using Secrets with GitOps
How to manage and reference secrets with GitOps
If your Release account has GitOps enabled, you can edit environment variables by checking a .release/environment_variables.yaml
file into your repository. See the GitOps section for more details.
Referencing Secrets in Gitops
You should follow best practices and never commit secrets in Git. Release allows you to reference secrets created in one of our Secret Vault implementations. Then you would merely reference your secret environment variables in your .release/environment_variables.yaml
file:
You can then manage secrets via the vaults that we provide.
Last updated