Skip to content

Commit 65e9742

Browse files
committed
Add more details about overrides in the changelog
1 parent 195097a commit 65e9742

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

changelog/20250924_fix_provide_more_secure_pod_and_container.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ date: 2025-09-24
44
---
55

66
* To follow the [Pod Security Standards](https://v1-32.docs.kubernetes.io/docs/concepts/security/pod-security-standards/) more secure default pod `securityContext` settings were added.
7-
8-
Operator deployment `securityContext` settings that have changed:
7+
Operator deployment `securityContext` settings that have changed:
98
- `allowPrivilegeEscalation: false`
109
- `capabilities.drop: [ ALL ]`
1110
- `seccompProfile.type: RuntimeDefault`
1211

1312
Other workloads:
14-
- `capabilities.drop: [ ALL ]`
13+
- `capabilities.drop: [ ALL ]` - container level
14+
- `seccompProfile.type: RuntimeDefault` - pod level
15+
16+
> **Note**: If you require less restrictive `securityContext` settings please use `template` or `podTemplate` overrides.
17+
> Detailed information about overrides can be found in [Modify Ops Manager or MongoDB Kubernetes Resource Containers](https://www.mongodb.com/docs/kubernetes/current/tutorial/modify-resource-image/).

0 commit comments

Comments
 (0)