mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-19 01:56:18 +10:00
added LastName to values and readme
This commit is contained in:
@@ -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` |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user