{{/* # # Copyright (c) 2018 Wind River Systems, Inc. # # SPDX-License-Identifier: Apache-2.0 # */}} {{- if .Values.global.rbac }} kind: ClusterRoleBinding apiVersion: rbac.authorization.k8s.io/v1 metadata: name: {{ .Values.rbac.clusterRoleBinding }} subjects: - kind: ServiceAccount name: {{ .Values.rbac.serviceAccount }} namespace: {{ .Release.Namespace }} roleRef: kind: ClusterRole name: {{ .Values.rbac.clusterRole }} apiGroup: rbac.authorization.k8s.io {{- end}}