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

@@ -1083,7 +1083,7 @@ Example configuration of `no_log` parameter
```yaml
spec:
no_log: 'true'
no_log: true
```
#### Auto upgrade

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

View File

@@ -288,7 +288,7 @@ development_mode: false
security_context_settings: {}
# Set no_log settings on certain tasks
no_log: 'true'
no_log: true
# Should AWX instances be automatically upgraded when operator gets upgraded
#

View File

@@ -12,7 +12,7 @@ backup_pvc_namespace: '{{ ansible_operator_meta.namespace }}'
backup_dir: ''
# Set no_log settings on certain tasks
no_log: 'true'
no_log: true
# Default resource requirements
restore_resource_requirements: