Skip to content

Commit

Permalink
Note
Browse files Browse the repository at this point in the history
  • Loading branch information
samwestmoreland committed Oct 1, 2023
1 parent 32cf85d commit e4d3b77
Showing 1 changed file with 1 addition and 1 deletion.
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 e4d3b77

Please sign in to comment.