File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
source/includes/code-examples/yaml-files Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,16 @@ spec:
26
26
applicationDatabase :
27
27
members : 3
28
28
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.
40
40
...
41
41
END-secure-appdb-full
You can’t perform that action at this time.
0 commit comments