Skip to content

Commit

Permalink
Merge pull request #529 from piny940/fix-role
Browse files Browse the repository at this point in the history
fix: role -> clusterrole
  • Loading branch information
piny940 authored Oct 16, 2024
2 parents dfa7023 + d0519a2 commit 1067e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/apps/k8s-status-badge/base/service-account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: k8s-status-badge-nodes-pods-reader
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
kind: ClusterRole
name: k8s-status-badge-nodes-pods-reader
subjects:
- kind: ServiceAccount
Expand Down

0 comments on commit 1067e3b

Please sign in to comment.