Skip to content

Commit

Permalink
Update packages/validation/src/validators/pod-security-standards/rule…
Browse files Browse the repository at this point in the history
…s/PSS104-capabilities.ts

Co-authored-by: Krzysztof Krztoń <krzysztof@kubeshop.io>
  • Loading branch information
WitoDelnat and f1ames committed Sep 21, 2023
1 parent c317d85 commit c057378
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const capabilities = defineRule({
capabilities.filter(c => ALLOWED.includes(c))
);
return {
description: 'Remove the sys admin capability. You might end up with a degraded service.',
description: 'Removes the sys admin capability. You might end up with a degraded service.',
};
},
});

0 comments on commit c057378

Please sign in to comment.