From 18dd01483c4484698d18b644db708159f98a202f Mon Sep 17 00:00:00 2001 From: OpenShift Cherrypick Robot Date: Mon, 4 Oct 2021 05:53:13 -0700 Subject: [PATCH] Tekton - use ClusterRoleBinding v1 (#1440) (#829) * 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 8996ac7692fff4e2b90ad6db657e528b7745a445. Co-authored-by: Martin Gencur --- test/resources/tekton/kn-deployer-rbac-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/resources/tekton/kn-deployer-rbac-template.yaml b/test/resources/tekton/kn-deployer-rbac-template.yaml index e48ab079f3..3559f44c20 100644 --- a/test/resources/tekton/kn-deployer-rbac-template.yaml +++ b/test/resources/tekton/kn-deployer-rbac-template.yaml @@ -36,7 +36,7 @@ rules: --- -apiVersion: rbac.authorization.k8s.io/v1beta1 +apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: name: kn-deployer-binding