longhorn/chart/templates/clusterrolebinding.yaml

13 lines
291 B
YAML
Raw Permalink Normal View History

apiVersion: rbac.authorization.k8s.io/v1
2019-05-08 17:21:58 +00:00
kind: ClusterRoleBinding
metadata:
name: longhorn-bind
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: longhorn-role
subjects:
- kind: ServiceAccount
name: longhorn-service-account
namespace: {{ .Release.Namespace }}