From 52f1769cbe21e81a50a022459130bbb3710d2762 Mon Sep 17 00:00:00 2001 From: Alex Renoki Date: Mon, 7 Mar 2022 17:56:05 +0200 Subject: [PATCH] Fixed CRB test --- tests/yaml/clusterrolebinding.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/yaml/clusterrolebinding.yaml b/tests/yaml/clusterrolebinding.yaml index 01062d42..113948bd 100644 --- a/tests/yaml/clusterrolebinding.yaml +++ b/tests/yaml/clusterrolebinding.yaml @@ -7,7 +7,7 @@ metadata: roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole - name: admin-cr + name: admin-cr-for-binding subjects: - apiGroup: rbac.authorization.k8s.io kind: User