mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
Expose extra_settings in OLM UI form (#1732)
Expose extra_settings in olm UI form Signed-off-by: Christian M. Adams <chadams@redhat.com>
This commit is contained in:
@@ -1811,6 +1811,7 @@ spec:
|
|||||||
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
|
||||||
|
|||||||
@@ -937,11 +937,10 @@ spec:
|
|||||||
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
|
- urn:alm:descriptor:com.tectonic.ui:hidden
|
||||||
- displayName: API Extra Settings
|
- displayName: Extra Settings
|
||||||
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