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

mark required fields as required... mark required fields as required

parent 5358e416
Branches
Tags
2 merge requests!167Fix missing requird in benchmark crd,!159Re-implementation of Theodolite with Kotlin/Quarkus
...@@ -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