Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Kravec <[email protected]>
Signed-off-by: José Guilherme Vanz <[email protected]>
  • Loading branch information
jvanz and kravciak authored Dec 14, 2023
1 parent 3630c53 commit 1e25888
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ configured as privileged in their [SecurityContext](https://kubernetes.io/docs/t
# Settings

The policy has two configurations:
- `skip_init_containers`: if set to `true` instructs the policy to ignore if
some init container is configure as privileged. Default value is `false`
- `skip_ephemeral_containers`:if set to `true` instructs the policy to ignore
if some ephemeral container is configure as privileged. Default value is
- `skip_init_containers`: if set to `true` instructs the policy to ignore that
some init container is configured as privileged. Default value is `false`
- `skip_ephemeral_containers`: if set to `true` instructs the policy to ignore
that some ephemeral container is configured as privileged. Default value is
`false`

The main containers of the pod will always be validated.
Expand Down

0 comments on commit 1e25888

Please sign in to comment.