You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 6, 2024. It is now read-only.
fix: update name rule logic to ignore incorrect kinds (#957)
* fix: update name rule logic to ignore incorrect kinds
* fix: update name rule logic to ignore incorrect kinds
* fix: update name rule logic to ignore incorrect kinds
* fix: update name rule logic to ignore incorrect kinds
* fix: update name rule logic to ignore incorrect kinds
Copy file name to clipboardexpand all lines: pkg/defaultRules/defaultRules.yaml
+42-22
Original file line number
Diff line number
Diff line change
@@ -1861,28 +1861,48 @@ rules:
1861
1861
impact: Configurations with a missing or invalid name will pass k8s schema validation, but will fail when pushed into a cluster (i.e. when running kubectl apply/create)
0 commit comments