ansible-role-k8s-storage/files/longhorn/longhorn-psp-binding-RoleBinding.yaml
Adrien 8cc1e01af4
All checks were successful
continuous-integration/drone/push Build is passing
Update longhorn
2020-08-24 15:20:25 +02:00

16 lines
388 B
YAML

apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: longhorn-psp-binding
namespace: longhorn-system
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: longhorn-psp-role
subjects:
- kind: ServiceAccount
name: longhorn-service-account
namespace: longhorn-system
- kind: ServiceAccount
name: default
namespace: longhorn-system