From 2bd9deedfb9bbbc271d41ba1ee95752f8791bc7c Mon Sep 17 00:00:00 2001 From: Jorge Bianquetti Date: Thu, 1 Dec 2016 15:21:14 +0100 Subject: [PATCH] added LastName to values and readme --- incubator/sugarcrm/README.md | 1 + incubator/sugarcrm/values.yaml | 5 +++++ 2 files changed, 6 insertions(+) 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