-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
team: package managerPosit Package Manager related issuePosit Package Manager related issue
Description
When helm deploying Package Manager I encountered this warning:
spec.template.metadata.annotations[container.apparmor.security.beta.kubernetes.io/rspm]: deprecated since v1.30; use the "appArmorProfile" field instead
Instead of the annotation here we should use the appArmorProfile now build in under securityContext.
https://kubernetes.io/docs/tutorials/security/apparmor/#securing-a-pod
securityContext:
appArmorProfile:
type: Unconfined
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
team: package managerPosit Package Manager related issuePosit Package Manager related issue