Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss committed Jul 12, 2024
1 parent 223b820 commit c9708c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.k8s-v1.25/TEAM-SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ kubectl create namespace team1

For each user on the team, create a RoleBinding:
```sh
kubectl -n team 1 apply -f- << EOF
kubectl -n team1 apply -f- << EOF
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
Expand Down
2 changes: 1 addition & 1 deletion setup.k8s-v1.30/TEAM-SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ kubectl create namespace team1

For each user on the team, create a RoleBinding:
```sh
kubectl -n team 1 apply -f- << EOF
kubectl -n team1 apply -f- << EOF
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
Expand Down
2 changes: 1 addition & 1 deletion setup.tmpl/TEAM-SETUP.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Create namespace:

For each user on the team, create a RoleBinding:
```sh
{{ .KUBECTL }} -n team 1 apply -f- << EOF
{{ .KUBECTL }} -n team1 apply -f- << EOF
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
Expand Down

0 comments on commit c9708c5

Please sign in to comment.