Skip to content

Commit

Permalink
[PHEE-552] (#361)
Browse files Browse the repository at this point in the history
* Enabling bulk processor

Disabling post updation

* Feedback changes

* Feedback changes

* yaml file configiration changes

* feedback changes

* feedback changes

* feedback changes

---------

Co-authored-by: abhinav <[email protected]>
  • Loading branch information
abhinavm117 and abhinav authored Feb 2, 2024
1 parent 8610c63 commit 896d7fa
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm/g2p-sandbox/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ ph-ee-engine:
annotations:
deployTime: "{{ .Values.deployTime }}"

connector:
ph-ee-connector:
enabled: true
image: docker.io/openmf/ph-ee-connector-bulk:latest
aws:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
description: ph-ee-connector
name: connector
name: ph-ee-connector
version: 1.0.0
appVersion: "1.0.0"
File renamed without changes.
7 changes: 6 additions & 1 deletion helm/ph-ee-engine/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,9 @@ dependencies:
- name: crm
version: 1.0.0
repository: "file://./connector-crm"
condition: "crm.enabled"
condition: "crm.enabled"

- name: ph-ee-connector
version: 1.0.0
repository: "file://./connector-ph-ee-bulk"
condition: "ph-ee-connector.enabled"
2 changes: 1 addition & 1 deletion helm/ph-ee-engine/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1818,7 +1818,7 @@ ph-ee-connector_slcb:
# ph_ee_connector_slcbConfig: {}
# ph_ee_connector_slcb.yml: |

connector:
ph-ee-connector:
enabled: false
replicas: 1
image: docker.io/openmf/ph-ee-connector-bulk:v1.1.0
Expand Down

0 comments on commit 896d7fa

Please sign in to comment.