kyma-runtime-extension-samples
kyma-runtime-extension-samples copied to clipboard
[#558] replace app armor annotation with appArmorProfile
The spec.template.metadata.annotations[container.apparmor.security.beta.kubernetes.io/ annotation is deprecated with k8s v.1.30. Instead The AppArmor Profile should be used. See https://kubernetes.io/docs/tutorials/security/apparmor/
Fixes #558
Description
Changes proposed in this pull request:
- use appArmorProfile instead of annotation
Related issue(s)