Skip to content

Commit a9328b3

Browse files
authored
Merge pull request #7203 from Karthik-K-N/fix-doc
🐛 Update book to properly set label in tilt file
2 parents 27f184b + e849d05 commit a9328b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/developer/tilt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,10 +347,10 @@ A provider must supply a `tilt-provider.yaml` file describing how to build it. H
347347

348348
```yaml
349349
name: aws
350-
label: CAPA
351350
config:
352351
image: "gcr.io/k8s-staging-cluster-api-aws/cluster-api-aws-controller",
353352
live_reload_deps: ["main.go", "go.mod", "go.sum", "api", "cmd", "controllers", "pkg"]
353+
label: CAPA
354354
```
355355

356356

0 commit comments

Comments
 (0)