This commit is contained in:
parent
3d54f0c30d
commit
8cc1e01af4
7 changed files with 70 additions and 7 deletions
16
files/longhorn/longhorn-psp-binding-RoleBinding.yaml
Normal file
16
files/longhorn/longhorn-psp-binding-RoleBinding.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue