-
Notifications
You must be signed in to change notification settings - Fork 81
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
use rbac.authorization.k8s.io/v1 #119
Comments
This issue has been inactive for 60 days. If the issue is still relevant please comment to re-activate the issue. If no action is taken within 7 days, the issue will be marked closed. |
Bump. Please merge. |
is this project dead? basically we cant use wave above 1.21. |
The deployment is extremely simple, adjusting it for newer API versions also is no rocket science. |
See PR #120 |
This is what I did until the helm chart is updated. Create a file called
Then add the post-renderer argument to helm e.g: |
I merged #112 to fix this. |
rbac.authorization.k8s.io/v1beta1 ClusterRole and ClusterRoleBinding is deprecated in v1.17+, unavailable in v1.22+, and breaks installations on newer systems
The text was updated successfully, but these errors were encountered: