forked from helm/charts
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[stable/odoo]: Fix typo in values (helm#15111)
* [stable/odoo]: Fix typo in values Signed-off-by: Andrés Bono <[email protected]> * Another one Signed-off-by: Andrés Bono <[email protected]>
- Loading branch information
1 parent
b8cd7b4
commit d21d69a
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,11 +51,11 @@ odooEmail: [email protected] | |
# smtpProtocol: | ||
|
||
externalDatabase: | ||
## All of these values are only used when mariadb.enabled is set to false | ||
## All of these values are only used when postgresql.enabled is set to false | ||
## Database host | ||
host: localhost | ||
|
||
## non-root Username for Wordpress Database | ||
## non-root Username for Odoo database | ||
user: postgres | ||
|
||
## Database password | ||
|