Skip to content

Commit

Permalink
Merge pull request #6170 from qlikcoe/patch-1
Browse files Browse the repository at this point in the history
Add-ons spec example is missing "manifest".
  • Loading branch information
k8s-ci-robot authored Dec 7, 2018
2 parents 76979b7 + 2a6ebb5 commit b2e96b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/addons.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ The command `kops create cluster` does not support specifying addons to be added
```yaml
spec:
addons:
- kubernetes-dashboard
- s3://kops-addons/addon.yaml
- manifest: kubernetes-dashboard
- manifest: s3://kops-addons/addon.yaml
```
This document describes how to install some common addons and how to create your own custom ones.
Expand Down

0 comments on commit b2e96b9

Please sign in to comment.