* Add initial commit of a metrics-server chart
* Fixes metrics-server without rbac
* Fixed some lint errors
* Add a NOTES.txt file
* makes some imrpovements on how the chart looks like compared to helm create
* follow best practices for RBAC
* adds selector in deployment
* incubator/metrics-server: create ServiceAccount based on serviceAccount.create
* incubator/metrics-server: default pullPolicy to IfNotPresent
* incubator/metrics-server: add maintainer
* incubator/metrics-server: replace maintainer full name with github username in Chart.yaml
* incubator/metrics-server: make namespace configurable where possible
* incubator/metrics-server: grant system:auth-delegator clusterrole and the extension-apiserver-authentication-reader role specifically in the kube-system namespace
* incubator/metrics-server: Replace 'metrics-server' with release fullname
* incubator/metrics-server: Make apiService creation conditional
* Revert "incubator/metrics-server: grant system:auth-delegator clusterrole and the extension-apiserver-authentication-reader role specifically in the kube-system namespace"
This reverts commit b35818cf7d.
* incubator/metrics-server: put system:auth-delegator crb in kube-system
* incubator/metrics-server: disable creation of apiService on CI runs
* incubator/metrics-server: remove an unecessary RBAC rule
* incubator/metrics-server: warn about not setting apiSerivce.create: true
* incubator/metrics-server: update README.md to reflect values.yaml
* stable/metrics-server: promote chart from incubator to stable