Skip to content

Commit 8b072ca

Browse files
DOCSP-22007: correct yaml example of securityCertsPrefix (#892)
1 parent d5cf4c7 commit 8b072ca

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

source/includes/code-examples/yaml-files/example-opsmgr.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ spec:
2626
applicationDatabase:
2727
members: 3
2828
version: "4.4.0-ent"
29-
security:
30-
certsSecretPrefix: <prefix> # Optional. Text to prefix to the
31-
# name of the secret that contains the Application
32-
# Database's TLS certificate. If you omit
33-
# this setting, name the secret
34-
# <metadata.name>-db-cert.
35-
tls:
36-
ca: "appdb-ca" # Optional. Name of the ConfigMap file
37-
# containing the certicate authority that
38-
# signs the certificates used by the
39-
# application database.
29+
security:
30+
certsSecretPrefix: <prefix> # Optional. Text to prefix to the
31+
# name of the secret that contains the Application
32+
# Database's TLS certificate. If you omit
33+
# this setting, name the secret
34+
# <metadata.name>-db-cert.
35+
tls:
36+
ca: "appdb-ca" # Optional. Name of the ConfigMap file
37+
# containing the certicate authority that
38+
# signs the certificates used by the
39+
# application database.
4040
...
4141
END-secure-appdb-full

0 commit comments

Comments
 (0)