From aa468ed184e252dec234f25942bc78ef5c33d947 Mon Sep 17 00:00:00 2001 From: tamsin woo Date: Tue, 12 Mar 2024 21:01:27 -0700 Subject: [PATCH] fix typo --- content/posts/hugo-on-k8s-nginx/index.md | 2 +- public/posts/hugo-on-k8s-nginx/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/hugo-on-k8s-nginx/index.md b/content/posts/hugo-on-k8s-nginx/index.md index bed6da7..b492dde 100644 --- a/content/posts/hugo-on-k8s-nginx/index.md +++ b/content/posts/hugo-on-k8s-nginx/index.md @@ -391,7 +391,7 @@ reproducible without all of that. my workflow has also expanded to: 1. make changes to `values.yaml` 1. `helm upgrade` -i could do without the extra `helm` clientdependency on my laptop. i'm also +i could do without the extra `helm` client dependency on my laptop. i'm also pretty `git push`-pilled, and i really want the solution to all my problems to take the now familiar shape: put a control loop in my cluster and push to a `git` repository. diff --git a/public/posts/hugo-on-k8s-nginx/index.html b/public/posts/hugo-on-k8s-nginx/index.html index b429d60..e4264f4 100644 --- a/public/posts/hugo-on-k8s-nginx/index.html +++ b/public/posts/hugo-on-k8s-nginx/index.html @@ -393,7 +393,7 @@ reproducible without all of that. my workflow has also expanded to:

-

i could do without the extra helm clientdependency on my laptop. i’m also +

i could do without the extra helm client dependency on my laptop. i’m also pretty git push-pilled, and i really want the solution to all my problems to take the now familiar shape: put a control loop in my cluster and push to a git repository.