mirror of https://github.com/knative/client.git
Tekton - use ClusterRoleBinding v1 (#1440)
* 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 8996ac7692.
This commit is contained in:
parent
c717a3fe96
commit
7e90dca8f3
|
|
@ -36,7 +36,7 @@ rules:
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
apiVersion: rbac.authorization.k8s.io/v1beta1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: ClusterRoleBinding
|
kind: ClusterRoleBinding
|
||||||
metadata:
|
metadata:
|
||||||
name: kn-deployer-binding
|
name: kn-deployer-binding
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue