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