Skip to content

Commit 79e31a4

Browse files
committed
Fixed smaller grammar issues
According to doc style guide policies.
1 parent 388c3fe commit 79e31a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

adoc/SAP-EIC-ImagePullSecrets.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
= Creating an imagePullSecret for the {rac}
44

55
To make the resources available for deployment, you need to create an imagePullSecret.
6-
In this guide we use the name _application-collection_ for it.
6+
In this guide, we use the name _application-collection_ for it.
77

88
# end::application-collection[]
99

@@ -19,7 +19,7 @@ Then run:
1919
$ kubectl -n <namespace> create secret docker-registry application-collection --docker-server=dp.apps.rancher.io --docker-username=<yourUser> --docker-password=<yourPassword>
2020
----
2121

22-
As secrets are namespace-sensitive, you need to create this for every namespace needed.
22+
As secrets are namespace-sensitive, you need to create this for every required namespace.
2323

2424
# end::create-kubectl[]
2525

@@ -53,7 +53,7 @@ The related secret can then be used for the components:
5353
== Creating an imagePullSecret using {rancher}
5454

5555
You can also create an imagePullSecret using {rancher}.
56-
Therefore, open {rancher} and enter your cluster.
56+
To do so, open {rancher} and enter your cluster.
5757

5858
Navigate to *Storage* -> *Secrets* as shown below:
5959

@@ -67,11 +67,11 @@ Click the *Create* button in the top right corner.
6767

6868
image::EIC-Secrets-Overview.png[title=Secrets Overview,scaledwidth=99%]
6969

70-
A window will appear asking you to select the Secret type. Select *Registry* as shown here:
70+
A window will appear asking you to select the secret type. Select *Registry* as shown here:
7171

7272
image::EIC-Secrets-Types.png[title=Secrets Type Selection,scaledwidth=99%]
7373

74-
Enter a name such as _application-collection_ for the Secret. In the text box *Registry Domain Name*, enter _dp.apps.rancher.io_.
74+
Enter a name such as _application-collection_ for the secret. In the text box *Registry Domain Name*, enter _dp.apps.rancher.io_.
7575
Enter your user name and password and click the *Create* button at the bottom right.
7676

7777
image::EIC-Secret-Create.png[title=Secrets Creation Step,scaledwidth=99%]

0 commit comments

Comments
 (0)