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
280 stars 24 forks source link

Adapt <manifests> target to license headers #150

Closed carlostrr closed 1 year ago

carlostrr commented 1 year 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