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:
parent
f03de27003
commit
717dbf1f1d
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue