diff --git a/config/crd/bases/awx.ansible.com_awxbackups.yaml b/config/crd/bases/awx.ansible.com_awxbackups.yaml index 3ff9167d..03625de4 100644 --- a/config/crd/bases/awx.ansible.com_awxbackups.yaml +++ b/config/crd/bases/awx.ansible.com_awxbackups.yaml @@ -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 diff --git a/config/crd/bases/awx.ansible.com_awxrestores.yaml b/config/crd/bases/awx.ansible.com_awxrestores.yaml index 07ccf143..4c4f89b2 100644 --- a/config/crd/bases/awx.ansible.com_awxrestores.yaml +++ b/config/crd/bases/awx.ansible.com_awxrestores.yaml @@ -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 diff --git a/config/crd/bases/awx.ansible.com_awxs.yaml b/config/crd/bases/awx.ansible.com_awxs.yaml index 5487837e..1819c5b7 100644 --- a/config/crd/bases/awx.ansible.com_awxs.yaml +++ b/config/crd/bases/awx.ansible.com_awxs.yaml @@ -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 diff --git a/config/manifests/bases/awx-operator.clusterserviceversion.yaml b/config/manifests/bases/awx-operator.clusterserviceversion.yaml index 91d97999..036af95a 100644 --- a/config/manifests/bases/awx-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/awx-operator.clusterserviceversion.yaml @@ -63,7 +63,7 @@ spec: path: no_log x-descriptors: - urn:alm:descriptor:com.tectonic.ui:advanced - - urn:alm:descriptor:com.tectonic.ui:hidden + - urn:alm:descriptor:com.tectonic.ui:booleanSwitch statusDescriptors: - description: The persistent volume claim name used during backup displayName: Backup claim @@ -131,7 +131,7 @@ spec: path: no_log x-descriptors: - urn:alm:descriptor:com.tectonic.ui:advanced - - urn:alm:descriptor:com.tectonic.ui:hidden + - urn:alm:descriptor:com.tectonic.ui:booleanSwitch statusDescriptors: - description: The state of the restore displayName: Restore status @@ -606,7 +606,7 @@ spec: path: no_log x-descriptors: - urn:alm:descriptor:com.tectonic.ui:advanced - - urn:alm:descriptor:com.tectonic.ui:hidden + - urn:alm:descriptor:com.tectonic.ui:booleanSwitch - displayName: Security Context Settings path: security_context_settings x-descriptors: