Revert change to cast settings values to strings as they could be nested (#1756)
Some checks failed
CI / molecule (--skip-tags=replicas) (push) Failing after 2m4s
CI / molecule (-t replicas) (push) Failing after 2m7s
CI / helm (push) Failing after 4m23s
CI / no-log (push) Successful in 20s

- We cast the settings value to a string so that it would display
  properly in the Openshift UI. Unfortunately, the k8s validator will no
  longer allow arrays for settings values.
This commit is contained in:
Christian Adams
2024-03-12 11:58:00 -04:00
committed by GitHub
parent ed6ac1a11a
commit d5a3cb7519
2 changed files with 2 additions and 2 deletions

View File

@@ -1889,13 +1889,12 @@ spec:
description: Set log level of receptor service
type: string
extra_settings:
description: Extra settings to specify for the API
description: Extra settings to specify for AWX
items:
properties:
setting:
type: string
value:
type: string
x-kubernetes-preserve-unknown-fields: true
type: object
type: array

View File

@@ -952,6 +952,7 @@ spec:
path: extra_settings
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:advanced
- urn:alm:descriptor:com.tectonic.ui:hidden
- displayName: No Log Configuration
path: no_log
x-descriptors: