Using Secrets with GitOps
How to manage and reference secrets with GitOps
Last updated
Was this helpful?
How to manage and reference secrets with GitOps
Last updated
Was this helpful?
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 section for more details.
You should follow best practices and never commit secrets in Git. Release allows you to reference secrets created in one of our 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.