From 6f3580820cf74fbb03906eccd7be0f2881114aa7 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Thu, 6 Sep 2018 10:42:59 -0500 Subject: [PATCH] Update gitworkflows.md slight corrections --- slides/k8s/gitworkflows.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/slides/k8s/gitworkflows.md b/slides/k8s/gitworkflows.md index bd285e96..6a620447 100644 --- a/slides/k8s/gitworkflows.md +++ b/slides/k8s/gitworkflows.md @@ -22,7 +22,7 @@ - These resources have a perfect YAML representation -- All we do is manpulating these YAML representations +- All we do is manipulating these YAML representations (`kubectl run` generates a YAML file that gets applied) @@ -148,7 +148,7 @@ - Gitkube is a git server (or "git remote") -- After making changes to the repository, we push to GitKube +- After making changes to the repository, we push to Gitkube - Gitkube applies the resources to the cluster @@ -234,6 +234,6 @@ (see the [documentation](https://github.com/hasura/gitkube/blob/master/docs/remote.md) for more details) -- Gitkube can also deploy a Helm Charts +- Gitkube can also deploy Helm Charts (instead of raw YAML files)