SAP-archive / karydia

Kubernetes Security Walnut
Other
77 stars 10 forks source link

Seccomp: Change Default to "runtime/default" #155

Closed Neumann-Nils closed 5 years ago

Neumann-Nils commented 5 years ago

Description

Currently, we are using docker/default as our default seccomp profile. However, the documentation states that runtime/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.