Zora is an open source solution that helps you achieve compliance with Kubernetes best practices recommended by industry-leading frameworks. By scanning your cluster with multiple plugins, Zora identifies potential issues, misconfigurations, and vulnerabilities.
Prevent the Chart operator RBAC file from having multiple license sections;
Prevent such Chart file from trimming topmost whitespace;
Make Kubebuilder generated files have the license header;
The RBAC file in question is \<charts/zora/templates/operator/rbac.yaml>, which is generated by the \<manifest-consistency> target according to the Kubebuilder generated RBAC files.
How has this been tested?
Through Make calls and Helm templating.
Checklist
[x] I have labeled this PR with the relevant Type labels
Description
Changes:
The RBAC file in question is \<charts/zora/templates/operator/rbac.yaml>, which is generated by the \<manifest-consistency> target according to the Kubebuilder generated RBAC files.
How has this been tested?
Through Make calls and Helm templating.
Checklist