Skip to content

Commit 23eefe7

Browse files
author
javahometech
authored
Update k8s-jenkins-service-account.md
1 parent b378f1b commit 23eefe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s-jenkins-service-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Steps to configure kubernetes service account for Jenkins
22

3-
```sh
3+
```
44
kubectl -n kube-system create serviceaccount jenkins-sa
55
66
kubectl create clusterrolebinding add-on-cluster-admin --clusterrole=cluster-admin --serviceaccount=kube-system:jenkins-sa

0 commit comments

Comments
 (0)