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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changes
Allow leader election to be configurable from the --leader-election flag #36
Adds required field to allowed block fields to require the associated attribute to be defined in the CertificateRequest #37
RequeueAfter being set to a value greater than zero implicitly sets Requeue = true to match controller-runtime behaviour #38
Adds EnqueueChan() to Reconcilers to allow Approvers to signal reconciles of CertificateRequestPolicies #39
Support multi-architecture images (linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le) #41
Breaking API Changes
Due to #37 which adds support for the required field to the allowed block, CertificateRequestPolicies will need to be updated to the new format on upgrade. Refer to the README for the format.