blob: a8ddebd6236b0de097e3628c44cd3716992fbef8 [file] [log] [blame]
Sean Condon670605a2021-12-13 12:58:20 +00001# SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org>
2#
Sean Condon160ec1d2022-02-08 12:58:25 +00003# SPDX-License-Identifier: Apache-2.0
Sean Condon670605a2021-12-13 12:58:20 +00004
5apiVersion: rbac.authorization.k8s.io/v1
6kind: RoleBinding
7metadata:
8 name: {{ template "aether-enterprise-portal.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-enterprise-portal.fullname" . }}-service-role
17 apiGroup: rbac.authorization.k8s.io