[stable/gocd] Removed extra char from role config instructions (#7476)

* Removed extra char from role config instructions

Signed-off-by: Noah Huppert <contact@noahh.io>

* bumped gocd version

Signed-off-by: Noah Huppert <contact@noahh.io>
This commit is contained in:
Noah Huppert
2018-09-03 10:01:04 -07:00
committed by k8s-ci-robot
parent 25b453e990
commit 6db611ca43
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
### 1.3.6
* [b7d596e](https://github.com/helm/charts/pull/7476/commits/b7d596e): Fixed role configuration instructions in README file.
### 1.3.5
* [eab7388](https://github.com/kubernetes/charts/commit/eab7388): Fix typo and whitespace in the README file.
+1 -1
View File
@@ -1,6 +1,6 @@
name: gocd
home: https://www.gocd.org/
version: 1.3.5
version: 1.3.6
appVersion: 18.7.0
description: GoCD is an open-source continuous delivery server to model and visualize complex workflows with ease.
icon: https://gocd.github.io/assets/images/go-icon-black-192x192.png
+1 -1
View File
@@ -29,7 +29,7 @@ $ minikube start --bootstrapper kubeadm
```bash
$ kubectl create clusterrolebinding clusterRoleBinding \ 1
$ kubectl create clusterrolebinding clusterRoleBinding \
--clusterrole=cluster-admin \
--serviceaccount=kube-system:default
```