You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/helm-charts.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The WebLogic Kubernetes Operator uses Helm to create and deploy any necessary re
16
16
17
17
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.
18
18
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
20
20
has the `cluster-admin` role. The default would be `default` in namespace `kube-system`. You can give that Service
21
21
Account the necessary permissions with this command:
0 commit comments