{{- if and .Values.prometheusOperator.enabled .Values.global.rbac.create .Values.global.rbac.pspEnabled }} kind: ClusterRoleBinding apiVersion: rbac.authorization.k8s.io/v1 metadata: name: {{ template "prometheus-operator.fullname" . }}-operator-psp labels: app: {{ template "prometheus-operator.name" . }}-operator {{ include "prometheus-operator.labels" . | indent 4 }} roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: {{ template "prometheus-operator.fullname" . }}-operator-psp subjects: - kind: ServiceAccount name: {{ template "prometheus-operator.operator.serviceAccountName" . }} namespace: {{ .Release.Namespace }} {{- end }}