You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
317 B
13 lines
317 B
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: jgroups-kubeping-api-access
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: jgroups-kubeping-pod-reader
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: jgroups-kubeping-service-account
|
|
namespace: moh-prod
|