Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apply yamk changes from add kubebuild in change of log level #114

Merged
merged 1 commit into from
Aug 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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