-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: Update CRDs and k8s dependencies #68
Conversation
Thank you! Could you look into the failing test cases please? :) |
Sure, I'm working on this in parallel with other tasks, so it may take a moment or two ;) |
@aeneasr PR is ready for review :) |
@@ -36,7 +36,7 @@ const ( | |||
// HydraAdmin defines the desired hydra admin instance to use for OAuth2Client | |||
type HydraAdmin struct { | |||
// +kubebuilder:validation:MaxLength=64 | |||
// +kubebuilder:validation:Pattern=(^$|^https?://.*) | |||
// +kubebuilder:validation:Pattern=`(^$|^https?://.*)` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<3
Please regenerate manifests and imho we can merge this, good job! :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
looks like it wasn't regenerated yet? |
They are, during review we saw some changes, but traced them to a version mismatch of kubebuilder. The CRD in this PR is consistent with kubernetes 1.20. |
CRDs in version v1beta1 are deprecated. Update the version to v1 and bump k8s dependencies.