Update gitworkflows.md

slight corrections
This commit is contained in:
Bridget Kromhout
2018-09-06 10:42:59 -05:00
committed by GitHub
parent f74addd0ca
commit 6f3580820c

View File

@@ -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)