Skip to content

Commit

Permalink
Typo once/one
Browse files Browse the repository at this point in the history
  • Loading branch information
scruplelesswizard committed Feb 14, 2018
1 parent b4ccda5 commit d65f8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/chart_template_guide/subcharts_and_globals.md
Expand Up @@ -83,7 +83,7 @@ mysubchart:
dessert: ice cream
```

Note the last two lines. Any directives inside of the `mysubchart` section will be sent to the `mysubchart` chart. So if we run `helm install --dry-run --debug mychart`, once of the things we will see is the `mysubchart` ConfigMap:
Note the last two lines. Any directives inside of the `mysubchart` section will be sent to the `mysubchart` chart. So if we run `helm install --dry-run --debug mychart`, one of the things we will see is the `mysubchart` ConfigMap:

```yaml
# Source: mychart/charts/mysubchart/templates/configmap.yaml
Expand Down

0 comments on commit d65f8b5

Please sign in to comment.