Skip to content

Commit

Permalink
Merge pull request #267 from carbonin/fix_the_pg_pod_again
Browse files Browse the repository at this point in the history
Put the PG config map in the new new include location
(cherry picked from commit 5cb805e)
  • Loading branch information
bdunne authored and simaishi committed Feb 16, 2018
1 parent 759f7a6 commit ee53841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/miq-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ objects:
- name: miq-pgdb-volume
mountPath: "/var/lib/pgsql/data"
- name: miq-pg-configs
mountPath: "/opt/app-root/src/postgresql-config/"
mountPath: "/opt/app-root/src/postgresql-cfg/"
env:
- name: POSTGRESQL_USER
value: "${DATABASE_USER}"
Expand Down

0 comments on commit ee53841

Please # to comment.