blob: aa7bbf14c284da6a6667eac803501074c995ba95 [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
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"]