From 8bac16784ce724e5ef8a700631ae7ee1d00e151b Mon Sep 17 00:00:00 2001 From: guangwu Date: Thu, 31 Aug 2023 15:48:06 +0800 Subject: [PATCH] fix: propagates typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ee5ecfe..5208b617 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ Follow this [example](https://github.com/hasura/gitkube-example) repo for more w Gitkube has three components: 1. Remote: Custom resource defined by a K8s CRD -2. gitkube-controller: Controller that manages Remote objects and propogates changes to gitkubed +2. gitkube-controller: Controller that manages Remote objects and propagates changes to gitkubed 3. gitkubed: Git host that builds docker image from the repo and rolls out deployment ### High-level architecture