-
Notifications
You must be signed in to change notification settings - Fork 637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to specify different annotation for the task and web deployments in AWX operator #1351
Conversation
please update x-descriptor for the ClusterServiceVersion resource example awx-operator/config/manifests/bases/awx-operator.clusterserviceversion.yaml Lines 688 to 692 in 0c2f455
|
roles/installer/defaults/main.yml
Outdated
@@ -184,6 +184,18 @@ web_affinity: {} | |||
# my.annotation/2: value2 | |||
annotations: '' | |||
|
|||
# Add annotations to awx task pods. Specify as literal block. E.g.: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/Add/Override/
e2ea117
to
5faca19
Compare
- add web_annotations to override annotations for web pods - add task_annotations to override annotations for task pods
5faca19
to
e542158
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Paired with @djyasin @TheRealHaoLiu @gamuniz coding, debugging and testing. LGTM 🤌
SUMMARY
Fixes #1331
ISSUE TYPE
Test-Case Scenarios
web_annotations
task_annotations
annotations
for both deploymentsweb_annotations
,task _annotations
, andannotations