Open and extensible continuous delivery solution for Kubernetes. Powered by GitOps Toolkit.
Find a file
Hidde Beydals 1ff24d9285 Add PATCH rule to crd-controller role for events
During high custom resource count / low interval tests, I was greated
with a `cannot patch resource "events"` message. This happened due to
event compaction, where it will perform a patch instead of a create.
By giving the role the permission to do so this should no longer pose
a problem.
2020-09-10 20:57:59 +02:00
.github/workflows Add bootstrap reinstall e2e test 2020-09-09 17:27:56 +03:00
cmd/gotk Add bootstrap reinstall e2e test 2020-09-09 17:27:56 +03:00
docs Add bootstrap reinstall e2e test 2020-09-09 17:27:56 +03:00
install Add ARM64 to install docs and script 2020-09-04 15:10:42 +03:00
manifests Add PATCH rule to crd-controller role for events 2020-09-10 20:57:59 +02:00
mkdocs Add metadata to docs website 2020-06-26 16:41:04 +03:00
pkg/log Migrate to fluxcd/pkg 2020-06-30 17:11:04 +03:00
.gitignore Publish manifests as release assets 2020-07-17 12:00:15 +03:00
.goreleaser.yml Set Homebrew formula name 2020-09-07 12:04:27 +03:00
CODE_OF_CONDUCT.md Add coc, dco and maintainers docs 2020-04-30 17:25:22 +03:00
CONTRIBUTING.md Update contributors guide 2020-08-03 15:24:48 +02:00
DCO Add coc, dco and maintainers docs 2020-04-30 17:25:22 +03:00
go.mod Cleanup GitHub e2e repo 2020-09-09 14:03:26 +03:00
go.sum Cleanup GitHub e2e repo 2020-09-09 14:03:26 +03:00
LICENSE Initial commit 2020-04-24 12:38:22 +03:00
MAINTAINERS Add coc, dco and maintainers docs 2020-04-30 17:25:22 +03:00
Makefile Rename tk binary to gotk 2020-09-01 11:33:49 +02:00
mkdocs.yml Add Mozilla SOPS guide to docs 2020-09-06 14:24:33 +03:00
README.md Rename tk binary to gotk 2020-09-01 11:33:49 +02:00

GitOps Toolkit

e2e report license release

Experimental toolkit for assembling CD pipelines the GitOps way.

overview

To get started with the toolkit please read the docs.