Fix rbac role

Drone is using the "default" service account.
This commit is contained in:
Basti 2019-03-03 14:11:49 +07:00
parent 30c3f47afd
commit 08cd2ad211
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67

View File

@ -4,7 +4,7 @@ metadata:
name: kosmos-drone-rbac name: kosmos-drone-rbac
subjects: subjects:
- kind: ServiceAccount - kind: ServiceAccount
name: kosmos-drone-server name: default
namespace: kosmos namespace: kosmos
roleRef: roleRef:
kind: ClusterRole kind: ClusterRole