Merge pull request #1870 from gosharplite/patch-8

docs(subcharts_and_globals.md): fixed typo
pull/1850/head
Matt Butcher 8 years ago committed by GitHub
commit 93ae9610b1

@ -26,13 +26,13 @@ Notice that just as before, we deleted all of the base templates so that we can
## Adding Values and a Template to the Subchart
Next, let's create a simple template and values file for our `mysubchart` chart. There should already be a `values.yaml` in `mychart/charts/subchart`. We'll set it up like this:
Next, let's create a simple template and values file for our `mysubchart` chart. There should already be a `values.yaml` in `mychart/charts/mysubchart`. We'll set it up like this:
```yaml
dessert: cake
```
Next, we'll create a new ConfigMap template in `mychart/charts/subchart/templates/configmap.yaml`:
Next, we'll create a new ConfigMap template in `mychart/charts/mysubchart/templates/configmap.yaml`:
```
apiVersion: v1

Loading…
Cancel
Save