Error if rolebinding exists with different role reference in namespace (#2579)

* added unit test for setup role binding method
* changes to throw an error in case of mismatch in cluster role name
* changes to add a check for role kind
This commit is contained in:
Shubham Bansal
2022-10-27 14:10:38 +05:30
committed by GitHub
parent ee790b3e1e
commit 3a9e5ab65d
3 changed files with 92 additions and 1 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ jobs:
- name: Install Skaffold
run: |
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/latest/skaffold-linux-amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v1.39.2/skaffold-linux-amd64
sudo install skaffold /usr/local/bin/
skaffold version