# 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