{{- if and .Values.rbac.create .Values.rules.resource -}} apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: labels: app: {{ template "k8s-prometheus-adapter.name" . }} chart: {{ template "k8s-prometheus-adapter.chart" . }} release: {{ .Release.Name }} heritage: {{ .Release.Service }} name: {{ template "k8s-prometheus-adapter.name" . }}-hpa-controller-metrics roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: {{ template "k8s-prometheus-adapter.name" . }}-metrics subjects: - kind: ServiceAccount name: {{ template "k8s-prometheus-adapter.serviceAccountName" . }} namespace: {{ .Release.Namespace | quote }} {{- end -}}