Skip to content

Commit

Permalink
Merge pull request #3639 from uselagoon/envvar-global-docs
Browse files Browse the repository at this point in the history
docs: add global scope documentation
  • Loading branch information
Alanna Burke authored Jan 24, 2024
2 parents 874aab5 + ba05620 commit 6b17c6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/using-lagoon-advanced/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ mutation addContainerRegistryEnv {
}
```

### Global Environment Variables \(Lagoon API\)

Global environment variables are available as both a build-time environment variable so that it may be consumed by builds, and also a runtime variable so that it is available within running containers.

## Environment Files \(existing directly in the Git Repo\)

If you have environment variables that can safely be saved within a Git repository, we suggest adding them directly into the Git repository in an environment file. These variables will also be available within local development environments and are therefore more portable.
Expand Down

0 comments on commit 6b17c6f

Please sign in to comment.