From e02dae3bf57b0c8a0ec10ded51a6616a351d3e01 Mon Sep 17 00:00:00 2001 From: Tomer Shefler Date: Tue, 2 Aug 2022 11:13:25 +0000 Subject: [PATCH] apply yamk changes from add kubebuild in change of log level --- ...ntainers.carbonblack.io_cbcontainersagents.yaml | 14 ++++++-------- ...ntainers.carbonblack.io_cbcontainersagents.yaml | 10 ++++------ 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/config/crd/bases/operator.containers.carbonblack.io_cbcontainersagents.yaml b/config/crd/bases/operator.containers.carbonblack.io_cbcontainersagents.yaml index 98e3a9d1..81052c01 100644 --- a/config/crd/bases/operator.containers.carbonblack.io_cbcontainersagents.yaml +++ b/config/crd/bases/operator.containers.carbonblack.io_cbcontainersagents.yaml @@ -4514,10 +4514,6 @@ spec: resolver: default: {} properties: - logLevel: - default: "info" - format: byte - type: string affinity: default: {} description: Affinity is a group of affinity scheduling @@ -5500,6 +5496,9 @@ spec: type: string default: {} type: object + logLevel: + default: info + type: string nodeSelector: additionalProperties: type: string @@ -5601,10 +5600,6 @@ spec: sensor: default: {} properties: - logLevel: - default: "info" - format: byte - type: string daemonSetAnnotations: additionalProperties: type: string @@ -5634,6 +5629,9 @@ spec: type: string default: {} type: object + logLevel: + default: info + type: string podTemplateAnnotations: additionalProperties: type: string diff --git a/config/crd_v1beta1/bases/operator.containers.carbonblack.io_cbcontainersagents.yaml b/config/crd_v1beta1/bases/operator.containers.carbonblack.io_cbcontainersagents.yaml index 44553f9a..fd096e45 100644 --- a/config/crd_v1beta1/bases/operator.containers.carbonblack.io_cbcontainersagents.yaml +++ b/config/crd_v1beta1/bases/operator.containers.carbonblack.io_cbcontainersagents.yaml @@ -4216,9 +4216,6 @@ spec: type: integer resolver: properties: - logLevel: - format: byte - type: string affinity: description: Affinity is a group of affinity scheduling rules. @@ -5158,6 +5155,8 @@ spec: additionalProperties: type: string type: object + logLevel: + type: string nodeSelector: additionalProperties: type: string @@ -5235,9 +5234,6 @@ spec: type: object sensor: properties: - logLevel: - format: byte - type: string daemonSetAnnotations: additionalProperties: type: string @@ -5261,6 +5257,8 @@ spec: additionalProperties: type: string type: object + logLevel: + type: string podTemplateAnnotations: additionalProperties: type: string