Skip to content

Commit b25b393

Browse files
committed
final draft
1 parent a3c4643 commit b25b393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/openshift/howto-use-acr-with-aro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ oc create secret docker-registry \
5050
5151
## Link the secret to the service account
5252

53-
Next, link the secret to the service account used by the pods, so the pods can reach the container registry:
53+
Next, link the secret to the service account used by the pod, so the pod can reach the container registry. The name of the service account should match the name of the service account used by the pod. `default` is the default service account:
5454

5555
```
5656
oc secrets link default <pull_secret_name> --for=pull

0 commit comments

Comments
 (0)