Remove unused `//helm chart` comment.
This commit is contained in:
Christopher Diehl 2019-03-04 19:10:27 -05:00 коммит произвёл GitHub
Родитель 76e26e165e
Коммит 2b736ead98
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -36,7 +36,7 @@ $ cp -a myplugin/ $(draft home)/plugins/
```
## Building Plugins
// helm chart
In many ways, a plugin is similar to a chart. Each plugin has a top-level directory, and then a `plugin.yaml` file.
```shell