Sean Condon | 6fc9968 | 2022-02-04 10:48:17 +0000 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: 2020-present Open Networking Foundation <info@opennetworking.org> |
| 2 | # |
Sean Condon | 160ec1d | 2022-02-08 12:58:25 +0000 | [diff] [blame] | 3 | # SPDX-License-Identifier: Apache-2.0 |
Sean Condon | 6fc9968 | 2022-02-04 10:48:17 +0000 | [diff] [blame] | 4 | |
| 5 | kind: Role |
| 6 | apiVersion: rbac.authorization.k8s.io/v1 |
| 7 | metadata: |
| 8 | namespace: {{ .Release.Namespace }} |
| 9 | name: {{ template "aether-roc-gui.fullname" . }}-service-role |
| 10 | rules: |
| 11 | - apiGroups: [""] # "" indicates the core API group |
| 12 | resources: ["services"] |
| 13 | verbs: ["get", "watch", "list"] |