undistro / zora

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.
https://getup.io/opensource/zora-oss
Apache License 2.0
288 stars 25 forks source link

Adapt <manifests> target to license headers #149

Closed carlostrr closed 2 years ago

carlostrr commented 2 years ago

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