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(
|
||||
servers=self.kafka_servers,
|
||||
logger=self.logger,
|
||||
project_name="OPC_INGESTOR",
|
||||
pipeline_name="-",
|
||||
trigger_name="-",
|
||||
model_name="-",
|
||||
model="-"
|
||||
project_name="OPC_INGESTOR"
|
||||
)
|
||||
# build args for build notificarions components
|
||||
|
||||
|
||||
@@ -123,7 +123,7 @@ env:
|
||||
- name: GITHUB_REPO_URL
|
||||
value: "git@github.com:Aignosi/sientia-dataops-opc-ingestor.git"
|
||||
- name: GITHUB_BRANCH
|
||||
value: "main"
|
||||
value: "SIENTIAPDE-988-criar-ingestor-opc"
|
||||
- name: PYTHON_APP
|
||||
value: "ingestor.app"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user