github.com/replicatedcom/ship@v0.50.0/integration/init/cert-manager/expected/base/deploy/manifests/ClusterRoleBinding-cert-manager-webhook-auth-delegator.yaml (about) 1 # apiserver gets the auth-delegator role to delegate auth decisions to 2 # the core apiserver 3 apiVersion: rbac.authorization.k8s.io/v1beta1 4 kind: ClusterRoleBinding 5 metadata: 6 name: cert-manager-webhook:auth-delegator 7 labels: 8 app: webhook 9 chart: webhook-v0.7.0 10 release: cert-manager 11 heritage: Tiller 12 roleRef: 13 apiGroup: rbac.authorization.k8s.io 14 kind: ClusterRole 15 name: system:auth-delegator 16 subjects: 17 - apiGroup: "" 18 kind: ServiceAccount 19 name: cert-manager-webhook 20 namespace: cert-manager