-
Notifications
You must be signed in to change notification settings - Fork 41
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
🐛 : Fix support for python and nodejs. #401
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Jeff Ortel <jortel@redhat.com>
Signed-off-by: Jeff Ortel <jortel@redhat.com>
@@ -181,7 +190,7 @@ provider_java_container_requests_cpu: "1" | |||
provider_java_container_requests_memory: "2Gi" | |||
provider_java_image_fqin: "{{ lookup('env', 'RELATED_IMAGE_PROVIDER_JAVA') }}" | |||
provider_java_name: "java" | |||
provider_java_service_name: "{{ app_name }}-{{ provider_java_name }}-{{ analyzer_component_name }}" | |||
provider_java_service_name: "{{ app_name }}-{{ provider_java_name }}-{{ provider_java_component_name }}" |
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.
hint: Fixing what seems to be a cut-n-paste error.
@@ -512,11 +512,21 @@ | |||
name: "{{ admin_name }}" | |||
namespace: "{{ app_namespace }}" | |||
|
|||
- name: "Create Windup Addon CR" | |||
- name: "Create Analyzer Addon CR" |
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.
hint: More accurate name.
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.
LGTM
Looks good with one question, I understood we want add "dedicated" python and nodejs providers, but I'm missing why we want delete the generic provider (not a bloker, I'm likely missing some background discussions/requirements, just wanted to mention it). |
Refactor generic provider into separate python and nodejs extensions with correct metadata.
closes #399
requires: