diff --git a/incubator/sugarcrm/README.md b/incubator/sugarcrm/README.md index 534c42488..9f93f88ed 100644 --- a/incubator/sugarcrm/README.md +++ b/incubator/sugarcrm/README.md @@ -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` | diff --git a/incubator/sugarcrm/values.yaml b/incubator/sugarcrm/values.yaml index e896419ad..16799a070 100644 --- a/incubator/sugarcrm/values.yaml +++ b/incubator/sugarcrm/values.yaml @@ -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