Merge pull request #3505 from chaosaffe/patch-1

Typo once/one
pull/3508/head
Matthew Fisher 7 years ago committed by GitHub
commit c5780f38b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -83,7 +83,7 @@ mysubchart:
dessert: ice cream 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 ```yaml
# Source: mychart/charts/mysubchart/templates/configmap.yaml # Source: mychart/charts/mysubchart/templates/configmap.yaml

Loading…
Cancel
Save