Add best practices to requirements (#1305)

This commit is contained in:
Reinhard Nägele
2017-06-15 19:36:54 +02:00
committed by Adnan Abdulhussein
parent 88373fc095
commit a4075e0426
+3
View File
@@ -49,6 +49,9 @@ This repository is used by Chart developers for maintaining the official charts
* Provide a secure default configuration
* Do not leverage alpha features of Kubernetes
* Includes a [NOTES.txt](https://github.com/kubernetes/helm/blob/master/docs/charts.md#chart-license-readme-and-notes) explaining how to use the application after install
* Follows [best practices](https://github.com/kubernetes/helm/tree/master/docs/chart_best_practices)
(especially for [labels](https://github.com/kubernetes/helm/blob/master/docs/chart_best_practices/labels.md)
and [values](https://github.com/kubernetes/helm/blob/master/docs/chart_best_practices/values.md))
#### Documentation requirements