File tree Expand file tree Collapse file tree 2 files changed +45
-0
lines changed Expand file tree Collapse file tree 2 files changed +45
-0
lines changed Original file line number Diff line number Diff line change @@ -666,6 +666,13 @@ Optional |onprem| Resource Settings
666666 cause issues with the backup service. Excessive heaps can cause
667667 unpredictable results in |onprem|.
668668
669+ .. opsmgrkube:: spec.backup.s3OpLogStores.customCertificate
670+
671+ *Type*: boolean
672+
673+ Flag that indicates whether you use custom |tls| certificates for your |s3| oplog store.
674+ The default is ``False``.
675+
669676.. opsmgrkube:: spec.backup.s3OpLogStores.irsaEnabled
670677
671678 *Type*: boolean
@@ -786,6 +793,13 @@ Optional |onprem| Resource Settings
786793 Name of the |aws| |s3| bucket or |s3|-compatible bucket that hosts
787794 the oplog store.
788795
796+ .. opsmgrkube:: spec.backup.s3Stores.customCertificate
797+
798+ *Type*: boolean
799+
800+ Flag that indicates whether you use custom |tls| certificates for your |s3| snapshot store.
801+ The default is ``False``.
802+
789803.. opsmgrkube:: spec.backup.s3Stores.irsaEnabled
790804
791805 *Type*: boolean
Original file line number Diff line number Diff line change @@ -17,6 +17,37 @@ Release Notes for |k8s-op-full|
1717|k8s-op-full| 1.15 Series
1818-------------------------
1919
20+ .. _ent_op-1.15.2:
21+
22+ |k8s-op-full| 1.15.2
23+ ~~~~~~~~~~~~~~~~~~~~
24+
25+ *Released 2022-03-24*
26+
27+ MongoDBOpsManager Resource
28+ ``````````````````````````
29+
30+ Bug Fixes
31+ +++++++++
32+
33+ - To enable custom |tls| certificates for |s3| oplog stores,
34+ you must configure the following settings:
35+
36+ - Specify :opsmgrkube:`spec.security.tls.ca`.
37+ - Specify :opsmgrkube:`spec.security.certsSecretPrefix`.
38+ - Set :opsmgrkube:`spec.backup.s3OpLogStores.customCertificate`
39+ to ``true``.
40+
41+ - To enable custom |tls| certificates for |s3| snapshot stores,
42+ you must configure the following settings:
43+
44+ - Specify :opsmgrkube:`spec.security.tls.ca`.
45+ - Specify :opsmgrkube:`spec.security.certsSecretPrefix`.
46+ - Set :opsmgrkube:`spec.backup.s3Stores.customCertificate`
47+ to ``true``.
48+
49+ - Fixes an issue where the |k8s-op-short| mounted the incorrect |certauth| to the Application Database Pod.
50+
2051.. _ent_op-1.15.1:
2152
2253|k8s-op-full| 1.15.1
You can’t perform that action at this time.
0 commit comments