Skip to content

Commit

Permalink
fix: Cluster Role Binding List
Browse files Browse the repository at this point in the history
  • Loading branch information
devopstales committed Mar 5, 2024
1 parent 06dd95b commit 6545df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kubedash/functions/k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -2364,7 +2364,7 @@ def k8sClusterRoleBindingListGet(username_role, user_token):
elif obj.kind == "ServiceAccount":
CLUSTER_ROLE_BINDING_INFO["ServiceAccount"].append({obj.name: obj.namespace})

CLUSTER_ROLE_BINDING_LIST.append(CLUSTER_ROLE_BINDING_INFO)
CLUSTER_ROLE_BINDING_LIST.append(CLUSTER_ROLE_BINDING_INFO)
return CLUSTER_ROLE_BINDING_LIST
except ApiException as error:
if error.status != 404:
Expand Down

0 comments on commit 6545df3

Please sign in to comment.