Skip to content

Commit

Permalink
[FIX] Templates
Browse files Browse the repository at this point in the history
  • Loading branch information
max3903 committed Apr 28, 2021
1 parent df6024a commit 1e72771
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion roles/odoo/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ _odoo_memory_request: 512Mi
_odoo_postgresql_database_name: "MASTER"
_odoo_postgresql_defaultdb: postgres
_odoo_postgresql_port: 5432
_odoo_postgresql_service_name: postgresql
_odoo_postgresql_user: odoo
_odoo_server_wide_modules: web,monitoring_status
_odoo_smtp_password: YWRtaW4=
Expand Down
2 changes: 1 addition & 1 deletion roles/odoo/templates/odoo_deployment_config.j2
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
imagePullPolicy: IfNotPresent
env:
- name: PGHOST
value: "{{ _odoo_postgresql_service_name }}"
value: "{{ _odoo_name }}-postgresql"
- name: PGPORT
value: "{{ _odoo_postgresql_port }}"
- name: PGUSER
Expand Down

0 comments on commit 1e72771

Please sign in to comment.