gardener / gardener-extension-shoot-falco-service

Gardener extension controller to deploy Falco into shoot clusters.
Apache License 2.0
0 stars 4 forks source link

Add preview flag to admission controller #64

Closed marwinski closed 1 month ago

marwinski commented 1 month ago

What this PR does / why we need it:

This PR added a way to configure the preview feature. It is disabled by default but can be enabled by setting the environment variable RESTRICTED_USAGE to true.

If set, projects must have the annotation falco.gardener.cloud/enabled=true for adding falco to shoot clusters.

Which issue(s) this PR fixes: Fixes #

Special notes for your reviewer:

Release note: