Skip to content

Commit

Permalink
Put the PG config map in the new new include location
Browse files Browse the repository at this point in the history
sclorg/postgresql-container#232 changed
the directory name from postgresql-config to postgresql-cfg.
  • Loading branch information
carbonin committed Feb 15, 2018
1 parent f28aee1 commit fcdf36e
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 @@ -623,7 +623,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 fcdf36e

Please # to comment.