Add support for nodeSelector and tolerations

This commit is contained in:
Atha Kouroussis
2021-03-31 17:59:18 -03:00
parent 210ac2c419
commit be68adbf01
5 changed files with 42 additions and 0 deletions

View File

@@ -255,6 +255,12 @@ spec:
tower_route_tls_secret:
description: Secret where the TLS related credentials are stored
type: string
tower_node_selector:
description: nodeSelector for the AWX pods
type: string
tower_tolerations:
description: node tolerations for the AWX pods
type: string
tower_image:
description: Registry path to the application container to use
type: string

View File

@@ -104,6 +104,12 @@ spec:
tower_route_tls_secret:
description: Secret where the TLS related credentials are stored
type: string
tower_node_selector:
description: nodeSelector for the AWX pods
type: string
tower_tolerations:
description: node tolerations for the AWX pods
type: string
tower_image:
description: Registry path to the application container to use
type: string