mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 06:12:54 +00:00
Revert change to cast settings values to strings as they could be nested (#1756)
- 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:
@@ -1889,13 +1889,12 @@ spec:
|
|||||||
description: Set log level of receptor service
|
description: Set log level of receptor service
|
||||||
type: string
|
type: string
|
||||||
extra_settings:
|
extra_settings:
|
||||||
description: Extra settings to specify for the API
|
description: Extra settings to specify for AWX
|
||||||
items:
|
items:
|
||||||
properties:
|
properties:
|
||||||
setting:
|
setting:
|
||||||
type: string
|
type: string
|
||||||
value:
|
value:
|
||||||
type: string
|
|
||||||
x-kubernetes-preserve-unknown-fields: true
|
x-kubernetes-preserve-unknown-fields: true
|
||||||
type: object
|
type: object
|
||||||
type: array
|
type: array
|
||||||
|
|||||||
@@ -952,6 +952,7 @@ spec:
|
|||||||
path: extra_settings
|
path: extra_settings
|
||||||
x-descriptors:
|
x-descriptors:
|
||||||
- urn:alm:descriptor:com.tectonic.ui:advanced
|
- urn:alm:descriptor:com.tectonic.ui:advanced
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:hidden
|
||||||
- displayName: No Log Configuration
|
- displayName: No Log Configuration
|
||||||
path: no_log
|
path: no_log
|
||||||
x-descriptors:
|
x-descriptors:
|
||||||
|
|||||||
Reference in New Issue
Block a user