diff --git a/helm/g2p-sandbox/values.yaml b/helm/g2p-sandbox/values.yaml index 70f929d91..41a09b5f6 100644 --- a/helm/g2p-sandbox/values.yaml +++ b/helm/g2p-sandbox/values.yaml @@ -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: diff --git a/helm/ph-ee-engine/connector/Chart.yaml b/helm/ph-ee-engine/connector-ph-ee-bulk/Chart.yaml similarity index 78% rename from helm/ph-ee-engine/connector/Chart.yaml rename to helm/ph-ee-engine/connector-ph-ee-bulk/Chart.yaml index 05a23e2b4..2bb268ff3 100644 --- a/helm/ph-ee-engine/connector/Chart.yaml +++ b/helm/ph-ee-engine/connector-ph-ee-bulk/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 description: ph-ee-connector -name: connector +name: ph-ee-connector version: 1.0.0 appVersion: "1.0.0" \ No newline at end of file diff --git a/helm/ph-ee-engine/connector/templates/clusterrole.yaml b/helm/ph-ee-engine/connector-ph-ee-bulk/templates/clusterrole.yaml similarity index 100% rename from helm/ph-ee-engine/connector/templates/clusterrole.yaml rename to helm/ph-ee-engine/connector-ph-ee-bulk/templates/clusterrole.yaml diff --git a/helm/ph-ee-engine/connector/templates/clusterrolebinding.yaml b/helm/ph-ee-engine/connector-ph-ee-bulk/templates/clusterrolebinding.yaml similarity index 100% rename from helm/ph-ee-engine/connector/templates/clusterrolebinding.yaml rename to helm/ph-ee-engine/connector-ph-ee-bulk/templates/clusterrolebinding.yaml diff --git a/helm/ph-ee-engine/connector/templates/deployment.yaml b/helm/ph-ee-engine/connector-ph-ee-bulk/templates/deployment.yaml similarity index 100% rename from helm/ph-ee-engine/connector/templates/deployment.yaml rename to helm/ph-ee-engine/connector-ph-ee-bulk/templates/deployment.yaml diff --git a/helm/ph-ee-engine/connector/templates/ingress.yaml b/helm/ph-ee-engine/connector-ph-ee-bulk/templates/ingress.yaml similarity index 100% rename from helm/ph-ee-engine/connector/templates/ingress.yaml rename to helm/ph-ee-engine/connector-ph-ee-bulk/templates/ingress.yaml diff --git a/helm/ph-ee-engine/connector/templates/rolebinding.yaml b/helm/ph-ee-engine/connector-ph-ee-bulk/templates/rolebinding.yaml similarity index 100% rename from helm/ph-ee-engine/connector/templates/rolebinding.yaml rename to helm/ph-ee-engine/connector-ph-ee-bulk/templates/rolebinding.yaml diff --git a/helm/ph-ee-engine/connector/templates/secret.yaml b/helm/ph-ee-engine/connector-ph-ee-bulk/templates/secret.yaml similarity index 100% rename from helm/ph-ee-engine/connector/templates/secret.yaml rename to helm/ph-ee-engine/connector-ph-ee-bulk/templates/secret.yaml diff --git a/helm/ph-ee-engine/connector/templates/service.yaml b/helm/ph-ee-engine/connector-ph-ee-bulk/templates/service.yaml similarity index 100% rename from helm/ph-ee-engine/connector/templates/service.yaml rename to helm/ph-ee-engine/connector-ph-ee-bulk/templates/service.yaml diff --git a/helm/ph-ee-engine/connector/templates/serviceaccount.yaml b/helm/ph-ee-engine/connector-ph-ee-bulk/templates/serviceaccount.yaml similarity index 100% rename from helm/ph-ee-engine/connector/templates/serviceaccount.yaml rename to helm/ph-ee-engine/connector-ph-ee-bulk/templates/serviceaccount.yaml diff --git a/helm/ph-ee-engine/connector/values.yaml b/helm/ph-ee-engine/connector-ph-ee-bulk/values.yaml similarity index 100% rename from helm/ph-ee-engine/connector/values.yaml rename to helm/ph-ee-engine/connector-ph-ee-bulk/values.yaml diff --git a/helm/ph-ee-engine/requirements.yaml b/helm/ph-ee-engine/requirements.yaml index 45990f144..a9cdd6c91 100644 --- a/helm/ph-ee-engine/requirements.yaml +++ b/helm/ph-ee-engine/requirements.yaml @@ -119,4 +119,9 @@ dependencies: - name: crm version: 1.0.0 repository: "file://./connector-crm" - condition: "crm.enabled" \ No newline at end of file + condition: "crm.enabled" + + - name: ph-ee-connector + version: 1.0.0 + repository: "file://./connector-ph-ee-bulk" + condition: "ph-ee-connector.enabled" \ No newline at end of file diff --git a/helm/ph-ee-engine/values.yaml b/helm/ph-ee-engine/values.yaml index 871d44b88..c6b194a3f 100644 --- a/helm/ph-ee-engine/values.yaml +++ b/helm/ph-ee-engine/values.yaml @@ -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