blob: 45b5ec14104f064eb3a08a175a513baaedee40f6 [file] [log] [blame]
Sean Condon6fc99682022-02-04 10:48:17 +00001# SPDX-FileCopyrightText: 2020-present Open Networking Foundation <info@opennetworking.org>
2#
3# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
4
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