|
1 | 1 | .. important:: Deprecation Notice
|
2 | 2 |
|
3 |
| - The :setting:`spec.security.tls.secretRef.name` |
4 |
| - and |
5 |
| - :opsmgrkube:`spec.applicationDatabase.security.tls.secretRef.name` |
6 |
| - fields are deprecated for the MongoDB resources and for the |
7 |
| - application database in the |onprem| resources. You can continue |
8 |
| - using :opsmgrkube:`spec.security.tls.secretRef.name` |
9 |
| - for the |onprem| resources other than the application database. |
| 3 | + The :setting:`spec.security.tls.secretRef.name`, |
| 4 | + :opsmgrkube:`spec.applicationDatabase.security.tls.secretRef.name`, |
| 5 | + and :opsmgrkube:`spec.security.tls.secretRef.name` |
| 6 | + settings are deprecated. |
10 | 7 |
|
11 |
| - This field will remain in future releases to maintain backwards |
| 8 | + These fields will remain in future releases to maintain backwards |
12 | 9 | compatibility.
|
13 | 10 |
|
14 |
| - If you omit |
15 |
| - :opsmgrkube:`spec.applicationDatabase.security.tls.secretRef.name`, |
| 11 | + If you omit these settings, |
16 | 12 | the |k8s-op-short| expects the secrets that contain your
|
17 |
| - |tls| certificates for database resources to follow this naming |
18 |
| - convention: ``<metadata.name>-cert``, where ``<metadata.name>`` |
| 13 | + |tls| certificates to begin with: |
| 14 | + ``<metadata.name>``, where ``<metadata.name>`` |
19 | 15 | specifies the name of one of the following resources:
|
20 | 16 |
|
21 |
| - - |onprem| resource for application database deployments |
| 17 | + - |onprem| resource for application database deployments and |onprem| resources |
22 | 18 | - Database resource for other database deployments
|
23 | 19 |
|
24 |
| - For information about pre-pending an optional prefix to the secret |
| 20 | + To learn more about adding an optional prefix to the secret |
25 | 21 | name, see:
|
26 | 22 |
|
27 |
| - - :opsmgrkube:`spec.applicationDatabase.security.tls.secretRef.prefix` |
| 23 | + - :opsmgrkube:`spec.applicationDatabase.security.certsSecretPrefix` |
28 | 24 | for the application database in your |onprem| resources.
|
29 |
| - - :setting:`spec.security.tls.secretRef.prefix` for MongoDB resources. |
| 25 | + - :opsmgrkube:`spec.security.certsSecretPrefix` for |onprem| resources. |
| 26 | + - :setting:`spec.security.certsSecretPrefix` for MongoDB resources. |
0 commit comments