Skip to content

Commit

Permalink
update teleportrole version
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoShaka committed Feb 13, 2024
1 parent 0ebbe4f commit ee67fc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/pages/management/dynamic-resources/access-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Create the Kubernetes CRs with the following commands:

```code
$ kubectl apply -n "$OPERATOR_NAMESPACE" -f privileged-role.yaml
teleportrole.resources.teleport.dev/support-engineer created
teleportrolev7.resources.teleport.dev/support-engineer created
$ kubectl apply -n "$OPERATOR_NAMESPACE" -f accesslist.yaml
teleportaccesslist.resources.teleport.dev/support-engineers
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/management/dynamic-resources/user-and-role.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@ with a non-existing role is invalid and might be rejected by Teleport.

```code
$ kubectl apply -n "$OPERATOR_NAMESPACE" -f roles.yaml
teleportrole.resources.teleport.dev/manager created
teleportrole.resources.teleport.dev/engineer created
teleportrolev7.resources.teleport.dev/manager created
teleportrolev7.resources.teleport.dev/engineer created
$ kubectl apply -n "$OPERATOR_NAMESPACE" -f users.yaml
teleportuser.resources.teleport.dev/alice created
Expand Down

0 comments on commit ee67fc7

Please sign in to comment.