To verify that AppArmor Loader has started, run:

  kubectl -n {{ .Release.Namespace }} get all -l app={{ include "apparmor-loader.name" . }}

To verify the status of the profiles loaded, run:

  kubectl -n {{ .Release.Namespace }} logs $(kubectl -n {{ .Release.Namespace }} get pod -l app={{ include "apparmor-loader.name" . }} --no-headers=true -o custom-columns=:metadata.name | tail -1)
