deploy/kubernetes/elastic-agent-kustomize/ksm-autosharding/elastic-agent-standalone/base/elastic-agent-standalone-role-binding.yaml (40 lines of code) (raw):

apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: name: elastic-agent-standalone subjects: - kind: ServiceAccount name: elastic-agent-standalone namespace: kube-system roleRef: kind: ClusterRole name: elastic-agent-standalone apiGroup: rbac.authorization.k8s.io --- apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: namespace: kube-system name: elastic-agent-standalone subjects: - kind: ServiceAccount name: elastic-agent-standalone namespace: kube-system roleRef: kind: Role name: elastic-agent-standalone apiGroup: rbac.authorization.k8s.io --- apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: name: elastic-agent-standalone-kubeadm-config namespace: kube-system subjects: - kind: ServiceAccount name: elastic-agent-standalone namespace: kube-system roleRef: kind: Role name: elastic-agent-standalone-kubeadm-config apiGroup: rbac.authorization.k8s.io