[bitnami/*] Add notice regarding parameters immutability after chart installation (#4853)

* Add notice regarding parameters immutability after chart installation

* Revert changes on Mongo and Memcached README.md
This commit is contained in:
Miguel Ruiz
2021-02-10 13:10:57 +01:00
committed by GitHub
parent 255859c897
commit 5f095734f9
47 changed files with 95 additions and 1 deletions

View File

@@ -211,6 +211,8 @@ $ helm install my-release \
The above command sets the DokuWiki administrator account username and password to `admin` and `password` respectively.
> NOTE: Once this chart is deployed, it is not possible to change the application's access credentials, such as usernames or passwords, using Helm. To change these application credentials after deployment, delete any persistent volumes (PVs) used by the chart and re-deploy it, or use the application's built-in administrative tools if available.
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console