diff --git a/execution/helm/templates/theodolite/crd-benchmark.yaml b/execution/helm/templates/theodolite/crd-benchmark.yaml index 319eee18cee87d12cd7051e5fc3414f99c8d8a30..798950bc05be9ebb6361445619d8a7cb1b9aeff7 100644 --- a/execution/helm/templates/theodolite/crd-benchmark.yaml +++ b/execution/helm/templates/theodolite/crd-benchmark.yaml @@ -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: diff --git a/execution/helm/templates/theodolite/crd-execution.yaml b/execution/helm/templates/theodolite/crd-execution.yaml index 41ba1b0b5b19b53d9b7caec48241285edf4ba396..a1052262fb41c26e0e58b72ded3d8b3c24c40a8d 100644 --- a/execution/helm/templates/theodolite/crd-execution.yaml +++ b/execution/helm/templates/theodolite/crd-execution.yaml @@ -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: