2019-09-20 20:45:56 +00:00
|
|
|
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 }}
|