XenitAB / gatekeeper-library

Collection of OPA Gatekeeper policies that can be used in your Kubernetes cluster.
MIT License
14 stars 7 forks source link

Helm chart crd issues #7

Closed phillebaba closed 3 years ago

phillebaba commented 4 years ago

When installing with the Helm chart it will fail due to validation as the CRD does not exist yet.

This has to be fixed somehow, by making sure the ConstraintTemplate and crd are created before the Constraint is created.