Skip to content

Commit 3a86f2b

Browse files
committed
Add deprecation notice to notes
1 parent 0e81f11 commit 3a86f2b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/helm/chart/default/templates/NOTES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@ https://github.com/Dynatrace/dynatrace-operator
88
To verify the current state of the deployments, try:
99
$ kubectl get pods -n {{ .Release.Namespace }}
1010
$ kubectl logs -f deployment/dynatrace-operator -n {{ .Release.Namespace }}
11+
12+
{{ if or .Values.operator.apparmor .Values.webhook.apparmor .Values.csidriver.apparmor }}
13+
Notice: AppArmor configuration through chart values is deprecated and will be supported until Kubernetes 1.30 support ends (Aug 1, 2026).
14+
On newer Kubernetes versions prefer setting appArmorProfile in the pod or container securityContext.
15+
{{- end }}

0 commit comments

Comments
 (0)