"vscode:/vscode.git/clone" did not exist on "4bd4c1657b612388035c3a6bd0963e788ee856a6"
profile_sla_binding.yaml 427 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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:
  name: profile-sla-binding
  namespace: ${NAMESPACE}
subjects:
- kind: ServiceAccount
  name: profile-sla-sa
  namespace: ${NAMESPACE}
roleRef:
  kind: Role
  name: profile-sla-role
  apiGroup: rbac.authorization.k8s.io