Skip to content

Commit

Permalink
New param added for odse schema. (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssathiah authored Apr 1, 2024
1 parent 138dd21 commit 26c453d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/dataingestion-service/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ spec:
value: {{ .Values.nbs.username }}
- name: DI_NBS_DBPASSWORD
value: {{ .Values.nbs.password }}
- name: DI_ODSE_DBNAME
value: {{ .Values.odse.dbname }}
- name: BOOTSTRAP_SERVERS
value: {{ .Values.kafka.cluster }}
- name: DI_LOG_PATH
Expand Down
2 changes: 2 additions & 0 deletions charts/dataingestion-service/values-dts1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ nbs:
username: ""
password: ""

odse:
dbname: ""

kafka:
cluster: ""
Expand Down

0 comments on commit 26c453d

Please sign in to comment.