mirror of
https://github.com/bitnami/charts.git
synced 2026-02-19 11:37:23 +08:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user