Skip to content

Commit afc8b04

Browse files
committed
Fixed style and format
according to Style Guide
1 parent bdde539 commit afc8b04

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

adoc/SAP-EIC-PostgreSQL.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,15 @@ kubectl create namespace {pg_app_name}
2929
How to create the *imagePullSecret* is described in <<imagePullSecret>>.
3030

3131
=== Creating secret with certificates
32-
Second, create the Kubernetes secret with the certificates. You will find an example how to do this in <<selfSignedCertificates>>.
32+
Second, create the Kubernetes secret with the certificates. Find an example how to do this in <<selfSignedCertificates>>.
3333

3434
=== Installing the application
3535
[#pgLIR]
36-
Before you can install the application, you need to log in to the registry. You can find the instruction in <<LoginApplicationCollection>>.
36+
Before you can install the application, you need to log in to the registry. Find the instructions in <<LoginApplicationCollection>>.
3737

3838
Create a file *values.yaml* which holds some configurations for the {pg} Helm chart.
39-
The configuration may look like:
39+
The configuration might look like:
40+
4041
[source, yaml]
4142
----
4243
global:

0 commit comments

Comments
 (0)