nirmata / kyverno-policies

Curated Policy Sets from Nirmata
https://nirmata.com
13 stars 11 forks source link

Re-organize to allow a `Policy` to belong to multiple `PolicySets` #167

Open JimBugwadia opened 1 month ago

JimBugwadia commented 1 month ago

We need a way to allow a Policy to exist in multiple PolicySets.

Perhaps we can use Kustomize for this?

This way we do not duplicate the policy, its tests, and have to maintain in multiple places.

Not sure how NPM, NCTL will deal with duplication. We need to check and then proceed.