Skip to content

Commit 8f2b8ac

Browse files
authored
📖 [ISSUE-4417] Fix minor hyperlink formatting in emptymain.go (#4418)
fix hyperlink text format in emptymain.go
1 parent 423d56b commit 8f2b8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/cronjob-tutorial/testdata/emptymain.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ func main() {
143143
The above example will change the scope of your project to a single `Namespace`. In this scenario,
144144
it is also suggested to restrict the provided authorization to this namespace by replacing the default
145145
`ClusterRole` and `ClusterRoleBinding` to `Role` and `RoleBinding` respectively.
146-
For further information see the Kubernetes documentation about Using [RBAC Authorization](https://kubernetes.io/docs/reference/access-authn-authz/rbac/).
146+
For further information see the Kubernetes documentation about [Using RBAC Authorization](https://kubernetes.io/docs/reference/access-authn-authz/rbac/).
147147
148148
Also, it is possible to use the [`DefaultNamespaces`](https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/cache#Options)
149149
from `cache.Options{}` to cache objects in a specific set of namespaces:

0 commit comments

Comments
 (0)