Skip to content

Commit 3513583

Browse files
committed
Fixed wording, style, grammar
According to doc review and style guide policies, fixed several issues with format, grammar, wording, style.
1 parent 834ffcd commit 3513583

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

adoc/SAP-EIC-PostgreSQL.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,31 @@
55

66
IMPORTANT::
77
SUSE does *not* offer database support for {pg} on Kubernetes.
8-
To get support, go to link:https://www.postgresql.org/support/[The PostgreSQL Global Development Group].
8+
Find information about support options at link:https://www.postgresql.org/support/[The PostgreSQL Global Development Group].
99

1010

1111
IMPORTANT::
1212
The instructions below describe only one variant of installing {pg}.
1313
There are other possible ways to set up {pg} which are not covered in this guide.
1414
It is also possible to install {pg} as a single instance on the operating system.
15-
We will focus on installing {pg} in a Kubernetes cluster as we also need a {redis} database and we will clustering that together.
15+
We will focus on installing {pg} in a Kubernetes cluster, as we also need a {redis} database, and we will clustering that together.
1616

1717
== Deploying {pg}
1818
Even though {pg} is available for deployment using the {rancher} Apps, we recommend to use the {rac}.
1919
The {pg} chart can be found at https://apps.rancher.io/applications/postgresql.
2020

21-
== Creating Secret for {rac}
21+
== Creating secret for {rac}
2222
First, create a namespace and the *imagePullSecret* for installing the {pg} database onto the cluster.
2323
[source, bash, subs="attributes"]
2424
----
2525
$ kubectl create namespace {pg_app_name}
2626
----
2727

2828
[#pgIPS]
29-
How to create the *imagePullSecret* is described in the Section <<imagePullSecret>>.
29+
How to create the *imagePullSecret* is described in <<imagePullSecret>>.
3030

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

3434
=== Installing the application
3535
[#pgLIR]

0 commit comments

Comments
 (0)