Results 4 issues of Igor Cicimov

Shouldn't be there some dashboards under `assets/grafana`?

**Describe the bug** Missing permission in the `-watch` ClusterRole that aggregates into the `` ClusterRole resulting in the following error: ``` E0913 06:47:26.961146 26 leaderelection.go:325] error retrieving resource lock ambassador/acmeclient:...

stale
t:feature

Seems some rbac permissions are missing: ``` level=error msg="Key 'injector1' processing failed: roles.rbac.authorization.k8s.io is forbidden: User \"system:serviceaccount:nsinjector-controller:nsinjector-controller\" cannot create resource \"roles\" in API group \"rbac.authorization.k8s.io\" in the namespace \"my-test-ns\"" ```

Hi, This command: ``` $ helm create chart --starter=sitewards/chart ${CHART_NAME} ``` should be: ``` $ helm create ${CHART_NAME} --starter=sitewards/chart ``` Also this one: ``` $ git clone https://github.com/sitewards/helm-chart ${HOME}/.helm/starters/sitewards/chart ```...