blob: 85c190de5bc51ebd895a6a1843b00ac6c15680b8 [file] [log] [blame]
Sean Condona49cffd2021-10-01 12:38:45 +01001# SPDX-FileCopyrightText: 2020-present Open Networking Foundation <info@opennetworking.org>
2#
Sean Condon160ec1d2022-02-08 12:58:25 +00003# SPDX-License-Identifier: Apache-2.0
Sean Condona49cffd2021-10-01 12:38:45 +01004
5apiVersion: rbac.authorization.k8s.io/v1
6kind: RoleBinding
7metadata:
8 name: {{ template "aether-roc-gui.fullname" . }}-access-services
9 namespace: {{ .Release.Namespace }}
10subjects:
11 - kind: ServiceAccount
12 name: default # Name is case sensitive
13 namespace: {{ .Release.Namespace }}
14roleRef:
15 kind: Role
16 name: {{ template "aether-roc-gui.fullname" . }}-service-role
17 apiGroup: rbac.authorization.k8s.io