mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 06:12:54 +00:00
Adding postgres annotations support (#1829)
* Adding postgres annotations support Authored-by: Imed Aouidene <imaouide@imaouide-thinkpadt14sgen2i.cdg.csb>
This commit is contained in:
@@ -212,6 +212,12 @@ task_annotations: ''
|
||||
# my.web-annotation/2: value2
|
||||
web_annotations: ''
|
||||
|
||||
# Add annotations to postgres pod. Specify as literal block. E.g.:
|
||||
# postgres_annotations: |
|
||||
# my.annotation/1: value
|
||||
# my.annotation/2: value2
|
||||
postgres_annotations: ''
|
||||
|
||||
admin_user: admin
|
||||
admin_email: test@example.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user