charts/workload-identity-webhook/templates/azure-wi-webhook-manager-rolebinding-clusterrolebinding.yaml (17 lines of code) (raw):

apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: labels: app: '{{ template "workload-identity-webhook.name" . }}' azure-workload-identity.io/system: "true" chart: '{{ template "workload-identity-webhook.name" . }}' release: '{{ .Release.Name }}' name: azure-wi-webhook-manager-rolebinding roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: azure-wi-webhook-manager-role subjects: - kind: ServiceAccount name: azure-wi-webhook-admin namespace: '{{ .Release.Namespace }}'