You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
This tracks the changes that should be made when updating the operator's Gatekeeper API to v1alpha2.
Remove the spec.image.image field and solely rely on the operator's RELATED_IMAGE_GATEKEEPER environment variable. There should be at least one release of the operator made that deprecates this spec.image.image field prior to this field being removed.
Separate out common Gatekeeper options e.g. Affinity,NodeSelector, Tolerations, into the controller manager (WebhookConfig) and audit (AuditConfig) API options.
Consider renaming WebhookConfig to ControllerConfig or something more meaningful.
The text was updated successfully, but these errors were encountered:
This tracks the changes that should be made when updating the operator's Gatekeeper API to
v1alpha2
.spec.image.image
field and solely rely on the operator'sRELATED_IMAGE_GATEKEEPER
environment variable. There should be at least one release of the operator made that deprecates thisspec.image.image
field prior to this field being removed.Affinity
,NodeSelector
,Tolerations
, into the controller manager (WebhookConfig
) and audit (AuditConfig
) API options.WebhookConfig
toControllerConfig
or something more meaningful.The text was updated successfully, but these errors were encountered: