Skip to content

Commit b97816f

Browse files
authored
(DOCSP-44024) [MEKO] Optional TLS for AppDB (#1908) (#1918)
* (DOCSP-44024) Added context to optional flag. * (DOCSP-44024) Update optional message. ---------
1 parent 38fbbf7 commit b97816f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

source/includes/steps-source-deploy-om-resource.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ content: |
114114
# Database's TLS certificate. Name the secret
115115
# <prefix>-<metadata.name>-db-cert.
116116
tls:
117-
ca: "appdb-ca" # Optional. Name of the ConfigMap file
117+
ca: "appdb-ca" # Optional, unless enabling TLS for |mms|.
118+
# Name of the ConfigMap file
118119
# containing the certicate authority that
119120
# signs the certificates used by the
120121
# application database.

source/reference/k8s/example-opsmgr-https.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ spec:
3232
# Database's TLS certificate. Name the secret
3333
# <prefix>-<metadata.name>-db-cert.
3434
tls:
35-
ca: "appdb-ca" # Optional. Name of the ConfigMap file
35+
ca: "appdb-ca" # Optional, unless enabling TLS for |mms|.
36+
# Name of the ConfigMap file
3637
# containing the certicate authority that
3738
# signs the certificates used by the
3839
# application database.

source/reference/k8s/example-opsmgr-multi-cluster-https.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ spec:
3838
# Database's TLS certificate. Name the secret
3939
# <prefix>-<metadata.name>-db-cert.
4040
tls:
41-
ca: "appdb-ca" # Optional. Name of the ConfigMap file
41+
ca: "appdb-ca" # Optional, unless enabling TLS for |mms|.
42+
# Name of the ConfigMap file
4243
# containing the certicate authority that
4344
# signs the certificates used by the
4445
# application database.

0 commit comments

Comments
 (0)