Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#2358 from stevemcquaid/fix-2337
Browse files Browse the repository at this point in the history
📖 Fix Tutorial Section 1.2 Missing Colon
  • Loading branch information
k8s-ci-robot committed Oct 1, 2021
2 parents a89ce41 + ae8a57e commit cab133d
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 @@ -120,7 +120,7 @@ func main() {
Note that the Manager can restrict the namespace that all controllers will watch for resources by:
*/

mgr, err = ctrl.NewManager(ctrl.GetConfigOrDie(), ctrl.Options{
mgr, err := ctrl.NewManager(ctrl.GetConfigOrDie(), ctrl.Options{
Scheme: scheme,
Namespace: namespace,
MetricsBindAddress: metricsAddr,
Expand Down

0 comments on commit cab133d

Please sign in to comment.