Skip to content

Commit 285aee9

Browse files
Merge pull request #10 from tahzeer/3.0
Fix installation names, add redis and other minor fixes
2 parents 4fc1227 + 5d7c80b commit 285aee9

File tree

17 files changed

+50
-446
lines changed

17 files changed

+50
-446
lines changed

charts/openg2p-pbms-bg-task-celery-beat-producers/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ envVarsFrom:
180180
key: postgres-password
181181
BG_TASK_CELERY_BEAT_DB_PASSWORD_PBMS :
182182
secretKeyRef:
183-
name: '{{ tpl .Values.global.pbmsInstallationName $ }}-postgresql'
183+
name: '{{ tpl .Values.postgresqlInstallationName $ }}'
184184
key: postgres-password
185185

186186
## ref: http://kubernetes.io/docs/user-guide/compute-resources/

charts/openg2p-pbms-bg-task-celery-workers/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ envVarsFrom:
199199
key: postgres-password
200200
BG_TASK_CELERY_WORKERS_DB_PASSWORD_PBMS:
201201
secretKeyRef:
202-
name: '{{ tpl .Values.postgresqlInstallationName $ }}-postgresql'
202+
name: '{{ tpl .Values.postgresqlInstallationName $ }}'
203203
key: postgres-password
204204

205205
## ref: http://kubernetes.io/docs/user-guide/compute-resources/

charts/openg2p-pbms-bg-task/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

charts/openg2p-pbms-bg-task/.helmignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

charts/openg2p-pbms-bg-task/Chart.yaml

Lines changed: 0 additions & 47 deletions
This file was deleted.

charts/openg2p-pbms-bg-task/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

charts/openg2p-pbms-bg-task/app-readme.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

charts/openg2p-pbms-bg-task/charts/openg2p-pbms-bg-task-api

Lines changed: 0 additions & 1 deletion
This file was deleted.

charts/openg2p-pbms-bg-task/charts/openg2p-pbms-bg-task-celery-beat-producers

Lines changed: 0 additions & 1 deletion
This file was deleted.

charts/openg2p-pbms-bg-task/charts/openg2p-pbms-bg-task-celery-workers

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)