Skip to content
Snippets Groups Projects
Commit 1416b40b authored by Sören Henning's avatar Sören Henning
Browse files

Add additional required permissions

parent f1e1243e
No related branches found
No related tags found
3 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
...@@ -8,6 +8,7 @@ rules: ...@@ -8,6 +8,7 @@ rules:
- apps - apps
resources: resources:
- deployments - deployments
- statefulsets
verbs: verbs:
- delete - delete
- list - list
...@@ -45,9 +46,10 @@ rules: ...@@ -45,9 +46,10 @@ rules:
{{- if .Values.operator.enabled }} {{- if .Values.operator.enabled }}
- apiGroups: - apiGroups:
- theodolite.com - theodolite.com
resources: resources:
- executions
- benchmarks - benchmarks
- executions
- executions/status
verbs: verbs:
- delete - delete
- list - list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment