Update content/en/docs/tasks/configure-pod-container/pull-image-private-registry.md

Co-authored-by: Chris Negus <cnegus@redhat.com>
This commit is contained in:
Akanksha kumari 2022-09-25 10:14:41 +05:30 committed by GitHub
parent f03de27003
commit 717dbf1f1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ The output contains a section similar to this:
{{< note >}}
If you use a Docker credentials store, you won't see that `auth` entry but a `credsStore` entry with the name of the store as value.
In that case you can create secret directly. See [Create a Secret by providing credentials on the command line](#create-a-secret-by-providing-credentials-on-the-command-line)
In that case, you can create a secret directly. See [Create a Secret by providing credentials on the command line](#create-a-secret-by-providing-credentials-on-the-command-line).
{{< /note >}}
## Create a Secret based on existing credentials {#registry-secret-existing-credentials}