Skip to content

Commit

Permalink
Merge pull request #264 from Leukocyte-Lab/feat/captain-crd
Browse files Browse the repository at this point in the history
feat: add captain crd cluster role
  • Loading branch information
knowlet authored Dec 10, 2024
2 parents 7b81318 + fb61e08 commit 5497e8d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions charts/agh3/templates/captain/captain-clusterrole.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ metadata:
labels:
{{- include "AGH3.labels" . | nindent 4 }}
rules:
- apiGroups:
- agh.lkc-lab.com
resources:
- actions
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- agh.lkc-lab.com
resources:
- actions/status
verbs:
- get
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 5497e8d

Please sign in to comment.