Fix reference to staticSiteConfigmap in README.md (#12212)

Signed-off-by: ncouse <niallc@openet.com>

Signed-off-by: ncouse <niallc@openet.com>
This commit is contained in:
ncouse
2022-08-31 12:00:53 +01:00
committed by GitHub
parent 4c9244fd3f
commit 884554fcbe

View File

@@ -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:
@@ -485,4 +485,4 @@ Unless required by applicable law or agreed to in writing, software
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.
limitations under the License.