Skip to content

Commit

Permalink
Tekton - use ClusterRoleBinding v1 (knative#1440) (knative#829)
Browse files Browse the repository at this point in the history
* Tekton test - ClusterRoleBinding v1

* make it compatible with Kubernetes 1.22

* TMP: Test Tekton in presubmits

* Revert "TMP: Test Tekton in presubmits"

This reverts commit 8996ac7.

Co-authored-by: Martin Gencur <[email protected]>
  • Loading branch information
openshift-cherrypick-robot and mgencur authored Oct 4, 2021
1 parent 5a49222 commit 18dd014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/resources/tekton/kn-deployer-rbac-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rules:

---

apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: kn-deployer-binding
Expand Down

0 comments on commit 18dd014

Please sign in to comment.