1 2 3 4 5 6 7 8 9 10 11 12
kind: ClusterRoleBinding apiVersion: rbac.authorization.k8s.io/v1 metadata: name: remote-config-operator subjects: - kind: ServiceAccount name: remote-config-operator namespace: operator roleRef: kind: ClusterRole name: remote-config-operator apiGroup: rbac.authorization.k8s.io