938c6d9bb9
AppArmor annotations require the container name to be applied properly. Before this change, when overrides are not used, the container name is ceph-osd-default. When overrides are used, the container name is of the form ceph-osd-HOSTNAME-SHA, but with an identical HOSTNAME and SHA for all the daemonsets. However, it is not possible to predict this value, and as a result, the AppArmor profiles are not applied. This change removes the customization of the container name, and sets it to ceph-osd-default, allowing AppArmor annotations to be consistently applied using: pod: mandatory_access_control: type: apparmor ceph-osd-default: ceph-osd-default: localhost/profilename Change-Id: I8b6eda00f77ec7393a4311309f3ff76908d06ae6 |
||
---|---|---|
.. | ||
templates | ||
Chart.yaml | ||
requirements.yaml | ||
values.yaml |