added LastName to values and readme

This commit is contained in:
Jorge Bianquetti
2017-04-04 14:05:54 +05:30
committed by Sameer Naik
parent 2abf8f8a79
commit 2bd9deedfb
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -53,6 +53,7 @@ The following tables lists the configurable parameters of the sugarcrm chart and
| `sugarcrmUsername` | User of the application | `user` |
| `sugarcrmPassword` | Application password | _random 10 character long alphanumeric string_ |
| `sugarcrmEmail` | Admin email | `user@example.com` |
| `sugarcrmLastname` | Last name | `Name` |
| `sugarcrmHost` | Host domain or IP | `nil` |
| `smtpHost` | SMTP host | `nil` |
| `smtpPort` | SMTP port | `nil` |
+5
View File
@@ -19,6 +19,11 @@ imageTag: 6.5.24-r2
##
sugarcrmUsername: user
## User of the application
## ref: https://github.com/bitnami/bitnami-docker-sugarcrm#environment-variables
##
sugarcrmLastname: Name
## Application password
## Defaults to a random 10-character alphanumeric string if not set
## ref: https://github.com/bitnami/bitnami-docker-sugarcrm#environment-variables