Skip to content

Commit 233d46c

Browse files
json update
json update
1 parent a12773e commit 233d46c

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

tutorials/ai-core-code/ai-core-code.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,7 @@ Name your secret, and paste and edit the snippet into the `Secret` field.
204204

205205
```JSON
206206
{
207-
"data": {
208-
".dockerconfigjson": "{\"auths\":{\"YOUR_DOCKER_REGISTRY_URL\":{\"username\":\"YOUR_DOCKER_USERNAME\",\"password\":\"YOUR_DOCKER_ACCESS_TOKEN\"}}}"
209-
},
210-
"name": "credstutorialrepo"
211-
}
207+
".dockerconfigjson": "{\"auths\":{\"YOUR_DOCKER_REGISTRY_URL\":{\"username\":\"YOUR_DOCKER_USERNAME\",\"password\":\"YOUR_DOCKER_ACCESS_TOKEN\"}}}" }
212208
```
213209

214210
!![image](img/ail/DockerSecret.png)

0 commit comments

Comments
 (0)