Change no_log type to boolean (#1068)

This commit is contained in:
Christian Adams
2022-10-04 10:48:51 -04:00
committed by GitHub
parent 17eb9cf8e8
commit 9b1b5e676d
6 changed files with 6 additions and 6 deletions

View File

@@ -89,7 +89,7 @@ spec:
type: string
no_log:
description: Configure no_log for no_log tasks
type: string
type: boolean
set_self_labels:
description: Maintain some of the recommended `app.kubernetes.io/*` labels on the resource (self)
type: boolean

View File

@@ -91,7 +91,7 @@ spec:
type: string
no_log:
description: Configure no_log for no_log tasks
type: string
type: boolean
set_self_labels:
description: Maintain some of the recommended `app.kubernetes.io/*` labels on the resource (self)
type: boolean

View File

@@ -504,7 +504,7 @@ spec:
type: array
no_log:
description: Configure no_log for no_log tasks
type: string
type: boolean
security_context_settings:
description: Key/values that will be set under the pod-level securityContext field
type: object