System info:
Describe the bug
When running kube-linter on a Helm Chart where initContainers and containers are defined, the validation rules fails even if the resources (limits and requests) in a Deployment YAMLs are defined. Removing the initContainers block, the validation works.
To Reproduce
Validate a Deployment YAML with both initContainers and containers brings to the error validation
Expected behavior
The validation works and detects resources.
Screenshots

System info:
Describe the bug
When running
kube-linteron a Helm Chart where initContainers and containers are defined, the validation rules fails even if the resources (limits and requests) in a Deployment YAMLs are defined. Removing the initContainers block, the validation works.To Reproduce
Validate a Deployment YAML with both initContainers and containers brings to the error validation
Expected behavior
The validation works and detects resources.
Screenshots
