csv: Use booleanSwitch for no_log parameter (#1071)

Set the no_log default value in the CRDs and switch from hidden to
boolean in the CSV file so this can be display properly in the UI.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
This commit is contained in:
Dimitri Savineau
2022-10-04 23:59:43 -04:00
committed by GitHub
parent efdbd61860
commit 0975663a52
4 changed files with 6 additions and 3 deletions

View File

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

View File

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

View File

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