Synchronize upstreamed folder to b126482a3

This commit is contained in:
bitnami-bot
2020-02-11 19:35:50 +00:00
parent 9858616819
commit 8dbb92a892
26 changed files with 68 additions and 67 deletions

View File

@@ -5,7 +5,7 @@
## TL;DR;
```console
$ helm install stable/phpbb
$ helm install my-release stable/phpbb
```
## Introduction
@@ -26,7 +26,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/phpbb
$ helm install my-release stable/phpbb
```
The command deploys phpBB on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation.
@@ -116,7 +116,7 @@ The above parameters map to the env variables defined in [bitnami/phpbb](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 phpbbUser=admin,phpbbPassword=password,mariadb.mariadbRootPassword=secretpassword \
stable/phpbb
```
@@ -126,7 +126,7 @@ The above command sets the phpBB administrator account username and password to
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/phpbb
$ helm install my-release -f values.yaml stable/phpbb
```
> **Tip**: You can use the default [values.yaml](values.yaml)