Skip to content

Commit 8423553

Browse files
LakshanSSchalindukodikara
authored andcommitted
Address review suggestions
1 parent 0c4d212 commit 8423553

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/use-cases/deploy-prebuilt-image.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Before you begin, ensure you have:
2626
- **kubectl** configured to access your cluster
2727
- **A container image** to deploy
2828

29-
## Deploy a Public Image
29+
## Deploy from a Public Registry
3030

3131
Deploying an image from a public registry is straightforward - simply create the Component and Workload resources.
3232

@@ -135,7 +135,7 @@ echo -n "your-dockerhub-username:your-access-token" | base64
135135
{
136136
"auths": {
137137
"https://index.docker.io/v1/": {
138-
"auth": "eW91ci1kb2NrZXJodWItdXNlcm5hbWU6eW91ci1hY2Nlc3MtdG9rZW4="
138+
"auth": "<your-base64-auth-string>"
139139
}
140140
}
141141
}

0 commit comments

Comments
 (0)