We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e81f11 commit 3a86f2bCopy full SHA for 3a86f2b
config/helm/chart/default/templates/NOTES.txt
@@ -8,3 +8,8 @@ https://github.com/Dynatrace/dynatrace-operator
8
To verify the current state of the deployments, try:
9
$ kubectl get pods -n {{ .Release.Namespace }}
10
$ 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