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

fix: update crd (rename config to properties)

parent e71cc3e5
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
......@@ -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