Closed Neumann-Nils closed 5 years ago
Currently, we are using docker/default as our default seccomp profile. However, the documentation states that runtime/default should be used.
docker/default
runtime/default
As a user I want to have up-to data features (including the correct seccomp profile) in order to run my cluster securely.
Update the `values.yaml' file and keep the test as well as the documentation consistent.
Description
Currently, we are using
docker/default
as our default seccomp profile. However, the documentation states thatruntime/default
should be used.User Story
As a user I want to have up-to data features (including the correct seccomp profile) in order to run my cluster securely.
Implementation idea
Update the `values.yaml' file and keep the test as well as the documentation consistent.