Skip to content

Commit 486d14f

Browse files
committed
Update Blog “setting-up-harbor-as-a-local-container-registry-in-hpe-private-cloud-ai”
1 parent e67e18d commit 486d14f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/blog/setting-up-harbor-as-a-local-container-registry-in-hpe-private-cloud-ai.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ If you get any certificate error when logging in from a Linux client, update the
124124
}
125125
```
126126

127-
After making this change, reload the daemon and resart the Docker service:
127+
After making this change, reload the daemon and restart the Docker service:
128128

129129
```shell
130130
$ sudo systemctl daemon-reload
@@ -252,7 +252,7 @@ NAME DESIRED CURRENT READY AGE
252252
replicaset.apps/nginx-chart-546476cd99 1 1 1 6s
253253
```
254254

255-
Within the *nginx* namespace , a *harbor* secret of type *dockerconfigjson* is created. This secret is used to authenticate and pull images from the *demo* private project in the *Harbor* registry during the deployment of the CFE Nginx application:
255+
Within the *nginx* namespace , a Secret named *harbor* of type *dockerconfigjson* is created. This secret is used to authenticate and pull images from the *demo* private project in the *Harbor* registry during the deployment of the CFE Nginx application:
256256

257257
```shell
258258
# kubectl get secret harbor -n nginx

0 commit comments

Comments
 (0)