diff options
| author | Martin Markó <82279281+martin-marko@users.noreply.github.com> | 2021-12-18 21:11:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-18 21:11:02 +0100 |
| commit | e26c9af71854ee7b9a6197934e77f9d30eb91d50 (patch) | |
| tree | c20679fa3791ce938e208f3c619a6505a043e2dd /docs/configuration | |
| parent | c4f6d7798e49dee5128b92b3c107c0822113c343 (diff) | |
docs: Fixed typo (#324)
The code block used `gcr` for GitHub Container Registry, changed them to `ghcr`
Diffstat (limited to 'docs/configuration')
| -rw-r--r-- | docs/configuration/registries.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/configuration/registries.md b/docs/configuration/registries.md index 950b078..4801485 100644 --- a/docs/configuration/registries.md +++ b/docs/configuration/registries.md @@ -118,10 +118,10 @@ data: prefix: quay.io credentials: env:REGISTRY_SECRET - name: GitHub Container Registry - api_url: https://gcr.io + api_url: https://ghcr.io ping: no - prefix: gcr.io - credentials: ext:/custom/gcr-creds.sh.io + prefix: ghcr.io + credentials: ext:/custom/ghcr-creds.sh.io credsexpire: 5h ``` @@ -176,4 +176,4 @@ two strategies to overcome this: credentials with a script which returns a token with a limited lifetime, i.e. for getting EKS credentials from the aws CLI. For example, if the token has a lifetime of 12 hours, you can set `credsexpire: 12h` and Argo - CD Image Updater will get a new token after 12 hours.
\ No newline at end of file + CD Image Updater will get a new token after 12 hours. |
