Update README and OLM catalog manifests

This commit is contained in:
Atha Kouroussis
2021-04-02 11:03:54 -03:00
parent be68adbf01
commit 2a3f700fde
3 changed files with 47 additions and 1 deletions

View File

@@ -311,6 +311,16 @@ spec:
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:advanced
- urn:alm:descriptor:com.tectonic.ui:hidden
- displayName: Tower Node Selector
path: tower_node_selector
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:advanced
- urn:alm:descriptor:com.tectonic.ui:hidden
- displayName: Tower Tolerations
path: tower_tolerations
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:advanced
- urn:alm:descriptor:com.tectonic.ui:hidden
statusDescriptors:
- description: Route to access the instance deployed
displayName: URL

View File

@@ -103,6 +103,9 @@ spec:
description: Port to use for the loadbalancer
type: number
default: 80
tower_node_selector:
description: nodeSelector for the AWX pods
type: string
tower_postgres_configuration_secret:
description: Secret where the database configuration can be found
type: string
@@ -207,6 +210,9 @@ spec:
type: string
type: object
type: object
tower_tolerations:
description: node tolerations for the AWX pods
type: string
tower_web_args:
items:
type: string