blob: f8521f41fa592b7d9af9cf7a09280b08d31b3018 [file] [log] [blame]
Sean Condon6fc99682022-02-04 10:48:17 +00001# 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 Condon6fc99682022-02-04 10:48:17 +00004
5kind: Role
6apiVersion: rbac.authorization.k8s.io/v1
7metadata:
8 namespace: {{ .Release.Namespace }}
9 name: {{ template "aether-roc-gui.fullname" . }}-service-role
10rules:
11 - apiGroups: [""] # "" indicates the core API group
12 resources: ["services"]
13 verbs: ["get", "watch", "list"]