You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/src/cronjob-tutorial/testdata/emptymain.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ func main() {
143
143
The above example will change the scope of your project to a single `Namespace`. In this scenario,
144
144
it is also suggested to restrict the provided authorization to this namespace by replacing the default
145
145
`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/).
147
147
148
148
Also, it is possible to use the [`DefaultNamespaces`](https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/cache#Options)
149
149
from `cache.Options{}` to cache objects in a specific set of namespaces:
0 commit comments