blob: ebbf53be65ce7f5a6fd189c1b010a613037a0536 [file] [log] [blame]
Amit Wankhede38437412021-11-22 11:11:07 -06001# 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
Amit Wankhede38437412021-11-22 11:11:07 -06004
5apiVersion: rbac.authorization.k8s.io/v1
6kind: ClusterRoleBinding
7metadata:
8 name: {{ template "subscriber-proxy.fullname" . }}-secret-reader
9 namespace: {{ .Release.Namespace }}
10subjects:
11 - kind: ServiceAccount
12 name: subscriber-proxy
13 namespace: {{ .Release.Namespace }}
14roleRef:
15 kind: ClusterRole
16 name: {{ template "subscriber-proxy.fullname" . }}-secret-reader-role
17 apiGroup: rbac.authorization.k8s.io