From c744a7d168d260e817d64aa6ced434748dd0f686 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Mon, 9 Apr 2018 11:27:34 -0500 Subject: [PATCH] Update helm.md typo fixes --- slides/kube/helm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/kube/helm.md b/slides/kube/helm.md index 4365a66f..94f270db 100644 --- a/slides/kube/helm.md +++ b/slides/kube/helm.md @@ -54,7 +54,7 @@ ## Fix account permissions -- Helm permission model requires use to tweak permissions +- Helm permission model requires us to tweak permissions - In a more realistic deployment, you might create per-user or per-team service accounts, roles, and role bindings @@ -77,7 +77,7 @@ fine for personal and development clusters.) ## View available charts -- A public repo is pre-configurd when installing Helm +- A public repo is pre-configured when installing Helm - We can view available charts with `helm search` (and an optional keyword)