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
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -17,23 +17,23 @@ The WebLogic Kubernetes Operator uses Helm to create and deploy any necessary re
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
19
In order to use Helm to install and manage the operator, you need to ensure that the service account that Tiller uses
20
-
has the `cluster-admin` role. The default would be `default` in namespace `kube-system`. You can give that Service
21
-
Account the necessary permissions with this command:
20
+
has the `cluster-admin` role. The default would be `default` in namespace `kube-system`. You can give that service
21
+
account the necessary permissions with this command:
0 commit comments