Skip to content

Commit

Permalink
Typo in k8s codelab (#2914)
Browse files Browse the repository at this point in the history
  • Loading branch information
samwestmoreland authored Oct 1, 2023
1 parent 32cf85d commit 641f56c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ genrule(
plugins = {
"python": "v1.4.1",
"java": "v0.3.0",
"go": "v1.8.2",
"go": "v1.9.0",
"cc": "v0.4.0",
"shell": "v0.2.0",
"go-proto": "v0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion docs/codelabs/k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ spec:
```

### Kubernetes rules
Not that we've referenced the image `//hello-service/k8s:image` in the deployment. The kubernetes rules are able to
Note that we've referenced the image `//hello-service/k8s:image` in the deployment. The kubernetes rules are able to
template your yaml files substituting in the image with the correct label based on the version of the image we just
built! This ties all the images and kubernetes manifests together based on the current state of the repo making the
deployment much more reproducible!
Expand Down

0 comments on commit 641f56c

Please sign in to comment.