diff --git a/README.md b/README.md index 4b4d2a71..dd91bc4e 100644 --- a/README.md +++ b/README.md @@ -1083,7 +1083,7 @@ Example configuration of `no_log` parameter ```yaml spec: - no_log: 'true' + no_log: true ``` #### Auto upgrade diff --git a/config/crd/bases/awx.ansible.com_awxbackups.yaml b/config/crd/bases/awx.ansible.com_awxbackups.yaml index 12add00b..3ff9167d 100644 --- a/config/crd/bases/awx.ansible.com_awxbackups.yaml +++ b/config/crd/bases/awx.ansible.com_awxbackups.yaml @@ -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 diff --git a/config/crd/bases/awx.ansible.com_awxrestores.yaml b/config/crd/bases/awx.ansible.com_awxrestores.yaml index 7e525271..07ccf143 100644 --- a/config/crd/bases/awx.ansible.com_awxrestores.yaml +++ b/config/crd/bases/awx.ansible.com_awxrestores.yaml @@ -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 diff --git a/config/crd/bases/awx.ansible.com_awxs.yaml b/config/crd/bases/awx.ansible.com_awxs.yaml index b01029f2..5487837e 100644 --- a/config/crd/bases/awx.ansible.com_awxs.yaml +++ b/config/crd/bases/awx.ansible.com_awxs.yaml @@ -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 diff --git a/roles/installer/defaults/main.yml b/roles/installer/defaults/main.yml index e05bcaf8..edee8d03 100644 --- a/roles/installer/defaults/main.yml +++ b/roles/installer/defaults/main.yml @@ -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 # diff --git a/roles/restore/defaults/main.yml b/roles/restore/defaults/main.yml index f85cfc35..918d3836 100644 --- a/roles/restore/defaults/main.yml +++ b/roles/restore/defaults/main.yml @@ -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: