mirror of
https://github.com/helm/charts.git
synced 2026-09-05 12:27:30 +00:00
[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:
committed by
k8s-ci-robot
parent
25b453e990
commit
6db611ca43
@@ -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,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
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user