From e4d3b7787dadf992356ad48c4bf797282b2600d5 Mon Sep 17 00:00:00 2001 From: swestmoreland Date: Sun, 1 Oct 2023 22:44:02 +0100 Subject: [PATCH] Note --- docs/codelabs/k8s.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/codelabs/k8s.md b/docs/codelabs/k8s.md index 64cfb8bfce..466a46ac3c 100644 --- a/docs/codelabs/k8s.md +++ b/docs/codelabs/k8s.md @@ -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!