File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -40,20 +40,20 @@ f. Then patch the WebLogic image according to these [instructions](https://githu
40
40
g. Grant the Helm service account the ` cluster-admin ` role:
41
41
42
42
```
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
57
57
```
58
58
59
59
## 2. Create a Traefik (Ingress-based) load balancer.
You can’t perform that action at this time.
0 commit comments