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

Merge branch 'theodolite-kotlin' into adjust-benchmark-def-for-operator

parents 39e62e6d dfe7ad7d
Branches
Tags
2 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!152Adjust Benchmark Definitions for Operator
Pipeline #3988 passed
This commit is part of merge request !164. Comments created here will be created in the context of that merge request.
...@@ -17,7 +17,6 @@ rules: ...@@ -17,7 +17,6 @@ rules:
resources: resources:
- services - services
- pods - pods
- servicemonitors
- configmaps - configmaps
verbs: verbs:
- delete - delete
...@@ -39,6 +38,7 @@ rules: ...@@ -39,6 +38,7 @@ rules:
- delete - delete
- list - list
- create - create
- get
- apiGroups: - apiGroups:
- theodolite.com - theodolite.com
resources: resources:
......
...@@ -43,6 +43,7 @@ rules: ...@@ -43,6 +43,7 @@ rules:
- delete - delete
- list - list
- create - create
- get
{{- if .Values.operator.enabled }} {{- if .Values.operator.enabled }}
- apiGroups: - apiGroups:
- theodolite.com - theodolite.com
......
...@@ -20,7 +20,7 @@ spec: ...@@ -20,7 +20,7 @@ spec:
properties: properties:
spec: spec:
type: object type: object
required: [] required: ["appResource", "loadGenResource", "resourceTypes", "loadTypes", "kafkaConfig"]
properties: properties:
name: name:
type: string type: string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment