Dominic Lunanuova | 50aafc5 | 2018-03-30 02:29:23 +0000 | [diff] [blame^] | 1 | DMAAPBC_PG_ENABLED=true |
| 2 | DMAAPBC_PGHOST=dmaap-prov-postgresql |
| 3 | DMAAPBC_PGDBNAME={{ .Values.global.postgresDatabase }} |
| 4 | DMAAPBC_PGCRED={{ .Values.global.postgresPassword }} |
| 5 | DMAAPBC_PGUSER={{ .Values.global.postgresUser }} |
| 6 | DMAAPBC_MR_CNAME={{ .Values.dmaapMessageRouterService }} |
| 7 | DMAAPBC_AAF_URL={{ .Values.aafURL }} |
| 8 | DMAAPBC_TOPICMGR_USER={{ .Values.topicMgrUser }} |
| 9 | DMAAPBC_TOPICMGR_PWD={{ .Values.topicMgrPwd }} |
| 10 | DMAAPBC_ADMIN_USER={{ .Values.adminUser }} |
| 11 | DMAAPBC_ADMIN_PWD={{ .Values.adminPwd }} |
| 12 | |