File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,15 @@ kubectl create namespace {pg_app_name}
2929How 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
3838Create 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----
4243global:
You can’t perform that action at this time.
0 commit comments