Skip to content
Snippets Groups Projects
Commit a290b416 authored by Benedikt Wetzel's avatar Benedikt Wetzel
Browse files

Merge branch 'theodolite-kotlin' of...

Merge branch 'theodolite-kotlin' of git.se.informatik.uni-kiel.de:she/theodolite into enhance-code-quality
parents 9b79a2e4 dfe7ad7d
No related branches found
No related tags found
1 merge request!168Enhance Code Quality
...@@ -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