Skip to content

Commit

Permalink
fix typo: rbac->RBAC (#4890)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chengfei Shang authored and GaneshSPatil committed Sep 14, 2020
1 parent f41d7ec commit b6d51ad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gocd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: gocd
home: https://www.gocd.org/
version: 1.0.3
version: 1.0.4
appVersion: 18.2.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
Expand Down
2 changes: 1 addition & 1 deletion gocd/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
To obtain the CA certificate, do
kubectl get secret $secret_name --namespace={{ .Release.Namespace }} -o jsonpath="{.data['ca\.crt']}" | base64 --decode
{{ else }}
Looks like rbac was disabled during installation.
Looks like RBAC was disabled during installation.
For configuring the plugin settings for the kubernetes elastic agent plugin, ensure that the service account `{{ template "gocd.serviceAccountName" . }}` present in the namespace `{{ .Release.Namespace }}` or any manually created service account has been granted the following privileges.
Privileges:
- nodes: list, get
Expand Down
2 changes: 1 addition & 1 deletion stable/gocd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: gocd
home: https://www.gocd.org/
version: 1.0.3
version: 1.0.4
appVersion: 18.2.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
Expand Down
2 changes: 1 addition & 1 deletion stable/gocd/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
To obtain the CA certificate, do
kubectl get secret $secret_name --namespace={{ .Release.Namespace }} -o jsonpath="{.data['ca\.crt']}" | base64 --decode
{{ else }}
Looks like rbac was disabled during installation.
Looks like RBAC was disabled during installation.
For configuring the plugin settings for the kubernetes elastic agent plugin, ensure that the service account `{{ template "gocd.serviceAccountName" . }}` present in the namespace `{{ .Release.Namespace }}` or any manually created service account has been granted the following privileges.
Privileges:
- nodes: list, get
Expand Down

0 comments on commit b6d51ad

Please sign in to comment.