[stable/suitecrm] Adapt docs to Helm 3 (#20679)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
This commit is contained in:
Carlos Rodríguez Hernández
2020-02-11 10:41:46 -08:00
committed by GitHub
parent 35f6c7a1a4
commit e77cc619ad
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: suitecrm
version: 8.0.4
version: 8.0.5
appVersion: 7.11.10
description: SuiteCRM is a completely open source enterprise-grade Customer Relationship Management (CRM) application. SuiteCRM is a software fork of the popular customer relationship management (CRM) system SugarCRM.
keywords:
+4 -4
View File
@@ -5,7 +5,7 @@
## TL;DR;
```console
$ helm install stable/suitecrm
$ helm install my-release stable/suitecrm
```
## Introduction
@@ -28,7 +28,7 @@ Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment
To install the chart with the release name `my-release`:
```console
$ helm install --name my-release stable/suitecrm
$ helm install my-release stable/suitecrm
```
The command deploys SuiteCRM on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation.
@@ -137,7 +137,7 @@ The above parameters map to the env variables defined in [bitnami/suitecrm](http
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
```console
$ helm install --name my-release \
$ helm install my-release \
--set suitecrmUsername=admin,suitecrmPassword=password,mariadb.mariadbRootPassword=secretpassword \
stable/suitecrm
```
@@ -147,7 +147,7 @@ The above command sets the SuiteCRM administrator account username and password
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console
$ helm install --name my-release -f values.yaml stable/suitecrm
$ helm install my-release -f values.yaml stable/suitecrm
```
> **Tip**: You can use the default [values.yaml](values.yaml)