Merge pull request #726 from Skaopap/feature_topology_constraints

Add topology constraints to AWX CRD
This commit is contained in:
Christian Adams
2022-01-13 21:16:23 -05:00
committed by GitHub
6 changed files with 40 additions and 8 deletions

View File

@@ -134,6 +134,9 @@ spec:
node_selector:
description: nodeSelector for the pods
type: string
topology_spread_constraints:
description: topology rule(s) for the pods
type: string
service_labels:
description: Additional labels to apply to the service
type: string

View File

@@ -511,6 +511,11 @@
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:advanced
- urn:alm:descriptor:com.tectonic.ui:hidden
- displayName: Topology Spread Constraints
path: topology_spread_constraints
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:advanced
- urn:alm:descriptor:com.tectonic.ui:hidden
- displayName: Service Labels
path: service_labels
x-descriptors: