mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-23 12:06:20 +10:00
Add command
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
This commit is contained in:
@@ -143,7 +143,11 @@ $ helm install --name my-release -f values.yaml bitnami/mysql
|
||||
|
||||
### Production configuration
|
||||
|
||||
This chart includes a `values-production.yaml` file where you can find some parameters oriented to production configuration in comparison to the regular `values.yaml`:
|
||||
This chart includes a `values-production.yaml` file where you can find some parameters oriented to production configuration in comparison to the regular `values.yaml`.
|
||||
|
||||
```console
|
||||
$ helm install --name my-release -f ./values-production.yaml bitnami/mysql
|
||||
```
|
||||
|
||||
- Force users to specify a password:
|
||||
```diff
|
||||
|
||||
Reference in New Issue
Block a user