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

@@ -306,6 +306,10 @@ spec:
nodeSelector:
{{ node_selector | indent(width=8) }}
{% endif %}
{% if topology_spread_constraints %}
topologySpreadConstraints:
{{ topology_spread_constraints | indent(width=8) }}
{% endif %}
{% if tolerations %}
tolerations:
{{ tolerations | indent(width=8) }}