blob: 779e7461e307aa28ff1a18829d4d02499a790cb9 [file] [log] [blame]
Sean Condon670605a2021-12-13 12:58:20 +00001# SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org>
2#
3# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
4
5kind: Role
6apiVersion: rbac.authorization.k8s.io/v1
7metadata:
8 namespace: {{ .Release.Namespace }}
9 name: {{ template "aether-enterprise-portal.fullname" . }}-service-role
10rules:
11 - apiGroups: [""] # "" indicates the core API group
12 resources: ["services"]
13 verbs: ["get", "watch", "list"]