Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
lern-data-pipeline
Commits
ace40228
Commit
ace40228
authored
2 years ago
by
PrasadMoka
Browse files
Options
Download
Patches
Plain Diff
fix:LR-124 missing postgres variables
parent
fbe9c6f0
release-5.0.1
github/fork/rahulbowade/release-5.0.1-collection-certificate-generator-debug
release-5.0.0
release-5.0.1_RC2
release-5.0.0_RC4
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kubernetes/ansible/roles/flink-jobs-deploy/defaults/main.yml
+10
-0
kubernetes/ansible/roles/flink-jobs-deploy/defaults/main.yml
with
10 additions
and
0 deletions
+10
-0
kubernetes/ansible/roles/flink-jobs-deploy/defaults/main.yml
+
10
−
0
View file @
ace40228
...
...
@@ -188,3 +188,13 @@ service_monitor_enabled: true
flink_jobs_console_log_level
:
INFO
flink_libraries_log_level
:
ERROR
####Postgres configurations
postgres
:
db_url
:
"
{{
groups['postgres'][0]
}}"
db_username
:
analytics
db_name
:
analytics
db_password
:
"
{{core_vault_dp_pgdb_password}}"
db_table_name
:
"
{{env}}_consumer_channel_mapping"
db_port
:
5432
db_admin_user
:
postgres
db_admin_password
:
"
{{core_vault_postgres_password}}"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets