Skip to content

Commit bd8eaef

Browse files
authored
Update README.md
1 parent a886185 commit bd8eaef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

authentication/mutual-tls/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,14 @@ In the Container software library tile, verify your entitlement on the View libr
9898
Create a pull secret by running the `kubectl create secret` command.
9999

100100
```shell
101-
kubectl create secret docker-registry <registrysecret> --docker-server=cp.icr.io \
101+
kubectl create secret docker-registry <ibm-entitlement-key> --docker-server=cp.icr.io \
102102
--docker-username=cp \
103103
--docker-password="<entitlementkey>" \
104104
--docker-email=<email>
105105
```
106106
Where:
107107

108-
* \<registrysecret\> is the secret name
108+
* \<ibm-entitlement-key\> is the secret name
109109
* \<entitlementkey\> is the entitlement key from the previous step. Make sure you enclose the key in double-quotes.
110110
* \<email\> is the email address associated with your IBMid.
111111

0 commit comments

Comments
 (0)