Fixes #27095 : Removing registrytoken field from doc as it is deprecated by identitytoken field
Signed-off-by: milindchawre <milindchawre@gmail.com>
(cherry picked from commit 72dd684c88
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
3707a30459
commit
073515574d
3 changed files with 3 additions and 3 deletions
|
@ -1799,7 +1799,7 @@ a base64-encoded AuthConfig object.
|
|||
|
||||
```
|
||||
{
|
||||
"registrytoken": "9cbaf023786cd7..."
|
||||
"identitytoken": "9cbaf023786cd7..."
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -1798,7 +1798,7 @@ a base64-encoded AuthConfig object.
|
|||
|
||||
```
|
||||
{
|
||||
"registrytoken": "9cbaf023786cd7..."
|
||||
"identitytoken": "9cbaf023786cd7..."
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -1814,7 +1814,7 @@ a base64-encoded AuthConfig object.
|
|||
|
||||
```
|
||||
{
|
||||
"registrytoken": "9cbaf023786cd7..."
|
||||
"identitytoken": "9cbaf023786cd7..."
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue