Skip to content

Commit 5162e32

Browse files
committed
Exclude rules "access-to-secrets", "access-to-create-pods" in .kube-linter.yaml config
1 parent 730d443 commit 5162e32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/kubernetes/.kube-linter.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ checks:
1212
# use-namespace because the resources here are deployed via Helm and, as such, are very likely
1313
# to be deployed in a different namespace
1414
- "use-namespace"
15+
- "access-to-secrets"
16+
- "access-to-create-pods"
1517

1618
## customChecks defines custom checks.
1719
#customChecks:

0 commit comments

Comments
 (0)