rolebinding.yaml 412 Bytes
Newer Older
1
2
3
4
5
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
6
  name: dynamo-binding
7
8
9
  namespace: ${NAMESPACE}
subjects:
- kind: ServiceAccount
10
  name: dynamo-sa
11
12
13
  namespace: ${NAMESPACE}
roleRef:
  kind: Role
14
  name: dynamo-role
15
  apiGroup: rbac.authorization.k8s.io