github.com/looshlee/beatles@v0.0.0-20220727174639-742810ab631c/install/kubernetes/cilium/charts/managed-etcd/templates/etcd-operator-clusterrolebinding.yaml (about) 1 apiVersion: rbac.authorization.k8s.io/v1 2 kind: ClusterRoleBinding 3 metadata: 4 name: etcd-operator 5 roleRef: 6 apiGroup: rbac.authorization.k8s.io 7 kind: ClusterRole 8 name: etcd-operator 9 subjects: 10 - kind: ServiceAccount 11 name: cilium-etcd-sa 12 namespace: {{ .Release.Namespace }}