Skip to content

Commit

Permalink
fix(k8spspallowprivilegeescalationcontainer): typo fix
Browse files Browse the repository at this point in the history
s/existant/existent

Signed-off-by: juliankatz <[email protected]>
  • Loading branch information
julianKatz committed Aug 26, 2024
1 parent ee2e26e commit b722af0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ spec:
- apiGroups: [""]
kinds: ["Pod"]
parameters:
exemptImages: ["nonexistant/*"]
exemptImages: ["nonexistent/*"]
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ spec:
- apiGroups: [""]
kinds: ["Pod"]
parameters:
exemptImages: ["nonexistant/*"]
exemptImages: ["nonexistent/*"]
2 changes: 1 addition & 1 deletion website/docs/validation/allow-privilege-escalation.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ spec:
- apiGroups: [""]
kinds: ["Pod"]
parameters:
exemptImages: ["nonexistant/*"]
exemptImages: ["nonexistent/*"]

```

Expand Down

0 comments on commit b722af0

Please sign in to comment.