SIENTIAPDE-988
Update NotificationHandler initialization and change GITHUB_BRANCH in values.yaml
This commit is contained in:
@@ -43,11 +43,7 @@ class Ingestor:
|
|||||||
self.notification_handler = NotificationHandler(
|
self.notification_handler = NotificationHandler(
|
||||||
servers=self.kafka_servers,
|
servers=self.kafka_servers,
|
||||||
logger=self.logger,
|
logger=self.logger,
|
||||||
project_name="OPC_INGESTOR",
|
project_name="OPC_INGESTOR"
|
||||||
pipeline_name="-",
|
|
||||||
trigger_name="-",
|
|
||||||
model_name="-",
|
|
||||||
model="-"
|
|
||||||
)
|
)
|
||||||
# build args for build notificarions components
|
# build args for build notificarions components
|
||||||
|
|
||||||
|
|||||||
@@ -123,7 +123,7 @@ env:
|
|||||||
- name: GITHUB_REPO_URL
|
- name: GITHUB_REPO_URL
|
||||||
value: "git@github.com:Aignosi/sientia-dataops-opc-ingestor.git"
|
value: "git@github.com:Aignosi/sientia-dataops-opc-ingestor.git"
|
||||||
- name: GITHUB_BRANCH
|
- name: GITHUB_BRANCH
|
||||||
value: "main"
|
value: "SIENTIAPDE-988-criar-ingestor-opc"
|
||||||
- name: PYTHON_APP
|
- name: PYTHON_APP
|
||||||
value: "ingestor.app"
|
value: "ingestor.app"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user