From 82ae8834d2a2a910a9be0eb56d8ae990cc1387e3 Mon Sep 17 00:00:00 2001 From: Benjamin Gentil Date: Fri, 23 Dec 2022 17:56:24 +0100 Subject: [PATCH] docs/tilt: fix duplicate key in tilt-provider.yaml Signed-off-by: Benjamin Gentil --- docs/book/src/developer/tilt.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/book/src/developer/tilt.md b/docs/book/src/developer/tilt.md index 2444f8cb55b4..51367fec748f 100644 --- a/docs/book/src/developer/tilt.md +++ b/docs/book/src/developer/tilt.md @@ -354,7 +354,6 @@ A provider must supply a `tilt-provider.yaml` file describing how to build it. H name: aws config: image: "gcr.io/k8s-staging-cluster-api-aws/cluster-api-aws-controller", - label: CAPA live_reload_deps: ["main.go", "go.mod", "go.sum", "api", "cmd", "controllers", "pkg"] label: CAPA ```