Skip to content

Commit

Permalink
Merge pull request #114 from octarinesec/yaml-changed
Browse files Browse the repository at this point in the history
apply yamk changes from add kubebuild in change of log level
  • Loading branch information
tomer-shefler authored Aug 2, 2022
2 parents 44a8e6e + e02dae3 commit 1e3eda6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -5500,6 +5496,9 @@ spec:
type: string
default: {}
type: object
logLevel:
default: info
type: string
nodeSelector:
additionalProperties:
type: string
Expand Down Expand Up @@ -5601,10 +5600,6 @@ spec:
sensor:
default: {}
properties:
logLevel:
default: "info"
format: byte
type: string
daemonSetAnnotations:
additionalProperties:
type: string
Expand Down Expand Up @@ -5634,6 +5629,9 @@ spec:
type: string
default: {}
type: object
logLevel:
default: info
type: string
podTemplateAnnotations:
additionalProperties:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4216,9 +4216,6 @@ spec:
type: integer
resolver:
properties:
logLevel:
format: byte
type: string
affinity:
description: Affinity is a group of affinity scheduling
rules.
Expand Down Expand Up @@ -5158,6 +5155,8 @@ spec:
additionalProperties:
type: string
type: object
logLevel:
type: string
nodeSelector:
additionalProperties:
type: string
Expand Down Expand Up @@ -5235,9 +5234,6 @@ spec:
type: object
sensor:
properties:
logLevel:
format: byte
type: string
daemonSetAnnotations:
additionalProperties:
type: string
Expand All @@ -5261,6 +5257,8 @@ spec:
additionalProperties:
type: string
type: object
logLevel:
type: string
podTemplateAnnotations:
additionalProperties:
type: string
Expand Down

0 comments on commit 1e3eda6

Please sign in to comment.