Commit 95ee0bc7 authored by Tony Hsu's avatar Tony Hsu Committed by GitHub

Fix typo

parent 4a69e0c7
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment