Skip to content

Commit

Permalink
added a full stop for better readbility
Browse files Browse the repository at this point in the history
  • Loading branch information
vishu2498 committed Sep 6, 2020
1 parent 7076bfc commit 26b878c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/cronjob-tutorial/testdata/emptymain.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func main() {
/*
The above example will change the scope of your project to a single Namespace. In this scenario,
it is also suggested to restrict the provided authorization to this namespace by replacing the default
ClusterRole and ClusterRoleBinding to Role and RoleBinding respectively
ClusterRole and ClusterRoleBinding to Role and RoleBinding respectively.
For further information see the kubernetes documentation about Using [RBAC Authorization](https://kubernetes.io/docs/reference/access-authn-authz/rbac/).
Also, it is possible to use the MultiNamespacedCacheBuilder to watch a specific set of namespaces:
Expand Down

0 comments on commit 26b878c

Please sign in to comment.