--- # Confines the agent-dns service account (in bind-system) to the agent-dns # ClusterRole within this namespace. apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: name: agent-dns namespace: bind-internal subjects: - kind: ServiceAccount name: agent-dns namespace: bind-system roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: agent-dns