Skip to content

Commit

Permalink
docs(registries): add env example (argoproj-labs#555)
Browse files Browse the repository at this point in the history
Signed-off-by: Viacheslav Sychov <viacheslav.sychov@gmail.com>
  • Loading branch information
vsychov authored and dlactin committed May 9, 2024
1 parent aa3ea1e commit 143f32e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/configuration/registries.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ properties are optional, unless otherwise stated:

The following is an example that configures two registries.

```bash
export REGISTRY_SECRET="login:password"
```

```yaml
registries:
- name: Docker Hub
Expand Down

0 comments on commit 143f32e

Please sign in to comment.