Initial Commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-08-17 20:21:12 +02:00
commit 78f329b4cd
14 changed files with 870 additions and 0 deletions

24
templates/role.yaml Normal file
View File

@ -0,0 +1,24 @@
kind: Role
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: {{ include "droneRunner.fullname" . }}
rules:
- apiGroups:
- ""
resources:
- secrets
verbs:
- create
- delete
- apiGroups:
- ""
resources:
- pods
- pods/log
verbs:
- get
- create
- delete
- list
- watch
- update