Skip to content

Commit d635537

Browse files
(DOCSP-11667, -12384): Fixes from user feedback (#401)
* (DOCSP-11667): spec.featureCompatibilityVersion wrong type * (DOCSP-12384): Knowns issues of 1.7.1: delete pod should be delete deployment
1 parent 0c7ac0a commit d635537

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/includes/options-k8s-standalone.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ replacement:
6969
---
7070
program: k8sSaConf
7171
name: spec.featureCompatibilityVersion
72-
type: number
72+
type: string
7373
directive: setting
7474
optional: false
7575
inherit:

source/release-notes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Known Issues
151151
- You cannot use MongoDB 4.4 as an application database for an |onprem|
152152
resource.
153153
- When you upgrade to the |k8s-op-short| 1.7.1, you might have to delete
154-
the ``mongodb-enterprise-operator`` |k8s-pod| due to deployment
154+
the ``mongodb-enterprise-operator`` deployment due to deployment
155155
configuration changes.
156156

157157
This is a safe operation. Deleting the

0 commit comments

Comments
 (0)