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

@@ -83,6 +83,12 @@ topology_spread_constraints: ''
# effect: "NoSchedule"
tolerations: ''
# Add annotations to awx pods. Specify as literal block. E.g.:
# annotations: |
# my.annotation/1: value
# my.annotation/2: value2
annotations: ''
admin_user: admin
admin_email: test@example.com