Skip to content

Commit 48ae80f

Browse files
committed
fix code sample
1 parent 66fa0d0 commit 48ae80f

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

site/quickstart.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@ f. Then patch the WebLogic image according to these [instructions](https://githu
4040
g. Grant the Helm service account the `cluster-admin` role:
4141

4242
```
43-
$ cat <<EOF | kubectl apply -f -
44-
apiVersion: rbac.authorization.k8s.io/v1
45-
kind: ClusterRoleBinding
46-
metadata:
47-
name: helm-user-cluster-admin-role
48-
roleRef:
49-
apiGroup: rbac.authorization.k8s.io
50-
kind: ClusterRole
51-
name: cluster-admin
52-
subjects:
53-
- kind: ServiceAccount
54-
name: default
55-
namespace: kube-system
56-
EOF
43+
$ cat <<EOF | kubectl apply -f -
44+
apiVersion: rbac.authorization.k8s.io/v1
45+
kind: ClusterRoleBinding
46+
metadata:
47+
name: helm-user-cluster-admin-role
48+
roleRef:
49+
apiGroup: rbac.authorization.k8s.io
50+
kind: ClusterRole
51+
name: cluster-admin
52+
subjects:
53+
- kind: ServiceAccount
54+
name: default
55+
namespace: kube-system
56+
EOF
5757
```
5858

5959
## 2. Create a Traefik (Ingress-based) load balancer.

0 commit comments

Comments
 (0)