From 30bf86153fc60b7d393be7d0091192a5c78ddaa8 Mon Sep 17 00:00:00 2001 From: Adriano Cunha <35786489+adrcunha@users.noreply.github.com> Date: Mon, 17 Sep 2018 13:08:18 -0700 Subject: [PATCH] Update README.md (#126) --- ci/gubernator/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ci/gubernator/README.md b/ci/gubernator/README.md index ea82acbc31..14508c3dfd 100644 --- a/ci/gubernator/README.md +++ b/ci/gubernator/README.md @@ -1,5 +1,7 @@ # Gubernator config -This directory contains the config for our [Gubernator](https://github.com/kubernetes/test-infra/tree/master/gubernator) instance. +This directory contains the config for our [Gubernator](https://github.com/kubernetes/test-infra/tree/master/gubernator) instance, plus a makefile for deploying it. * `config.yaml` Gubernator configuration. +* `Makefile` Recipe for deploying a Gubernator instance. +* `redir_github.py` Simple redirection handler to Gubernator's GitHub service.