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: ...@@ -55,12 +55,11 @@ spec:
resource: resource:
type: string type: string
default: "" default: ""
config: properties:
type: object type: object
additionalProperties: true additionalProperties: true
x-kubernetes-map-type: "granular" x-kubernetes-map-type: "granular"
default: default: {}
"": ""
loadTypes: loadTypes:
type: array type: array
minItems: 1 minItems: 1
...@@ -81,12 +80,11 @@ spec: ...@@ -81,12 +80,11 @@ spec:
resource: resource:
type: string type: string
default: "" default: ""
config: properties:
type: object type: object
additionalProperties: true additionalProperties: true
x-kubernetes-map-type: "granular" x-kubernetes-map-type: "granular"
default: default: {}
"": ""
kafkaConfig: kafkaConfig:
type: object type: object
properties: properties:
......
...@@ -95,12 +95,11 @@ spec: ...@@ -95,12 +95,11 @@ spec:
resource: resource:
type: string type: string
default: "" default: ""
config: properties:
type: object type: object
additionalProperties: true additionalProperties: true
x-kubernetes-map-type: "granular" x-kubernetes-map-type: "granular"
default: default: {}
"": ""
value: value:
type: string type: string
status: 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