Skip to content

Commit

Permalink
helm: add TestRun CRD to templates
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Sep 25, 2023
1 parent ab02a0b commit c4660b2
Show file tree
Hide file tree
Showing 2 changed files with 4,925 additions and 0 deletions.
21 changes: 21 additions & 0 deletions charts/templates/clusterRole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,27 @@ rules:
- get
- patch
- update
- apiGroups:
- k6.io
resources:
- testruns
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- k6.io
resources:
- testruns/finalizers
- testruns/status
verbs:
- get
- patch
- update
{{- if .Values.authProxy.enabled }}
---
apiVersion: rbac.authorization.k8s.io/v1
Expand Down
Loading

0 comments on commit c4660b2

Please sign in to comment.