helm-component/manual-rendering/cert-manager/templates/webhook-psp-clusterrolebinding.yaml (21 lines of code) (raw):

{{- if .Values.global.podSecurityPolicy.enabled }} apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: name: {{ template "webhook.fullname" . }}-psp labels: app: {{ include "webhook.name" . }} app.kubernetes.io/name: {{ include "webhook.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/component: "webhook" helm.sh/chart: {{ include "webhook.chart" . }} roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: {{ template "webhook.fullname" . }}-psp subjects: - kind: ServiceAccount name: {{ template "webhook.serviceAccountName" . }} namespace: {{ .Release.Namespace }} {{- end }}