Dominic Lunanuova | e825fee | 2018-04-12 14:40:34 +0000 | [diff] [blame] | 1 | DMAAPBC_WAIT_TO_EXIT=Y |
| 2 | DMAAPBC_PG_ENABLED=true |
| 3 | # Need to connect to PG primary service, designated by service.name2 |
| 4 | DMAAPBC_PGHOST={{ .Values.postgres.service.name2 }} |
| 5 | DMAAPBC_PGDBNAME={{ .Values.postgres.config.pgDatabase }} |
| 6 | DMAAPBC_PGCRED={{ .Values.postgres.config.pgUserPassword }} |
| 7 | DMAAPBC_PGUSER={{ .Values.postgres.config.pgUserName }} |
| 8 | DMAAPBC_MR_CNAME={{ .Values.dmaapMessageRouterService }} |
| 9 | DMAAPBC_AAF_URL={{ .Values.aafURL }} |
| 10 | DMAAPBC_TOPICMGR_USER={{ .Values.topicMgrUser }} |
| 11 | DMAAPBC_TOPICMGR_PWD={{ .Values.topicMgrPwd }} |
| 12 | DMAAPBC_ADMIN_USER={{ .Values.adminUser }} |
| 13 | DMAAPBC_ADMIN_PWD={{ .Values.adminPwd }} |
| 14 | |