Skip to content

Commit 04bc5bd

Browse files
authored
Update helm-charts.md
1 parent f58dbd6 commit 04bc5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/helm-charts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The WebLogic Kubernetes Operator uses Helm to create and deploy any necessary re
1616

1717
Helm has two parts: a client (Helm) and a server (Tiller). Tiller runs inside of your Kubernetes cluster, and manages releases (installations) of your charts. See https://github.com/kubernetes/helm/blob/master/docs/install.md for detailed instructions on installing Helm and Tiller.
1818

19-
In order to use Helm to install and manage the operator, you need to ensure that the Service Account that Tiller uses
19+
In order to use Helm to install and manage the operator, you need to ensure that the service account that Tiller uses
2020
has the `cluster-admin` role. The default would be `default` in namespace `kube-system`. You can give that Service
2121
Account the necessary permissions with this command:
2222

0 commit comments

Comments
 (0)