mirror of
https://github.com/bitnami/charts.git
synced 2026-03-14 06:47:28 +08:00
Synchronize upstreamed folder to b126482a3
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user