Skip to content

Commit

Permalink
add missing ClusterRoleBinding for 1.3.x (#1805)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephca authored Oct 22, 2024
1 parent 7a692e7 commit 2b64b6b
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,20 @@ subjects:
namespace: showcase-rbac
- kind: ServiceAccount
name: rhdh-k8s-plugin
namespace: showcase-rbac
namespace: showcase-ci-nightly
- kind: ServiceAccount
name: rhdh-k8s-plugin
namespace: showcase-ci-nightly
namespace: showcase-rbac-nightly
- kind: ServiceAccount
name: rhdh-k8s-plugin
namespace: showcase-1-2-x
- kind: ServiceAccount
name: rhdh-k8s-plugin
namespace: showcase-rbac-1-2-x
- kind: ServiceAccount
name: rhdh-k8s-plugin
namespace: showcase-1-3-x
- kind: ServiceAccount
name: rhdh-k8s-plugin
namespace: showcase-rbac-1-3-x

0 comments on commit 2b64b6b

Please sign in to comment.