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

Merge branch 'fix-crd' into 'theodolite-kotlin'

Fix: update crd

See merge request !151
parents e71cc3e5 6c1f5e62
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!151Fix: update crd,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
Pipeline #3669 passed
......@@ -55,12 +55,11 @@ spec:
resource:
type: string
default: ""
config:
properties:
type: object
additionalProperties: true
x-kubernetes-map-type: "granular"
default:
"": ""
default: {}
loadTypes:
type: array
minItems: 1
......@@ -81,12 +80,11 @@ spec:
resource:
type: string
default: ""
config:
properties:
type: object
additionalProperties: true
x-kubernetes-map-type: "granular"
default:
"": ""
default: {}
kafkaConfig:
type: object
properties:
......
......@@ -95,12 +95,11 @@ spec:
resource:
type: string
default: ""
config:
properties:
type: object
additionalProperties: true
x-kubernetes-map-type: "granular"
default:
"": ""
default: {}
value:
type: string
status:
......
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