added support for pod annotations to awx deployment

This commit is contained in:
MrBones757
2022-02-25 09:49:46 +08:00
parent fbc2d3475c
commit 9ca14cef93
5 changed files with 19 additions and 0 deletions

View File

@@ -574,6 +574,7 @@ The ability to specify topologySpreadConstraints is also allowed through `topolo
| node_selector | AWX pods' nodeSelector | '' |
| topology_spread_constraints | AWX pods' topologySpreadConstraints | '' |
| tolerations | AWX pods' tolerations | '' |
| annotations | AWX pods' annotations | '' |
| postgres_selector | Postgres pods' nodeSelector | '' |
| postgres_tolerations | Postgres pods' tolerations | '' |