From 0e539b9b5f0b5b0bcaf12111bcb0c42c75df0cdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Wed, 31 Aug 2022 13:04:56 +0200 Subject: [PATCH] [bitnami/nginx-intel] Fix reference to staticSiteConfigmap in README.md (#12230) Signed-off-by: Carlos Rodriguez Hernandez Signed-off-by: Carlos Rodriguez Hernandez --- bitnami/nginx-intel/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/nginx-intel/README.md b/bitnami/nginx-intel/README.md index b86bbd146b..a7ccdcac70 100644 --- a/bitnami/nginx-intel/README.md +++ b/bitnami/nginx-intel/README.md @@ -314,7 +314,7 @@ To modify the application version used in this chart, specify a different versio The NGINX chart allows you to deploy a custom web application using one of the following methods: - Cloning from a git repository: Set `cloneStaticSiteFromGit.enabled` to `true` and set the repository and branch using the `cloneStaticSiteFromGit.repository` and `cloneStaticSiteFromGit.branch` parameters. A sidecar will also pull the latest changes in an interval set by `cloneStaticSitesFromGit.interval`. -- Providing a ConfigMap: Set the `staticSiteConfigMap` value to mount a ConfigMap in the NGINX html folder. +- Providing a ConfigMap: Set the `staticSiteConfigmap` value to mount a ConfigMap in the NGINX html folder. - Using an existing PVC: Set the `staticSitePVC` value to mount an PersistentVolumeClaim with the static site content. You can deploy a example web application using git deploying the chart with the following parameters: @@ -431,4 +431,4 @@ You may obtain a copy of the License at distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. \ No newline at end of file + limitations under the License.