From 0368c93d2d93c5df186c437e47f12ad79e3d0c42 Mon Sep 17 00:00:00 2001 From: David Young Date: Mon, 24 Jan 2022 14:14:49 +1300 Subject: [PATCH] Include admin:public_key on github tokens for flux Signed-off-by: David Young --- manuscript/kubernetes/deployment/flux/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manuscript/kubernetes/deployment/flux/install.md b/manuscript/kubernetes/deployment/flux/install.md index 80d29b4..4849b35 100644 --- a/manuscript/kubernetes/deployment/flux/install.md +++ b/manuscript/kubernetes/deployment/flux/install.md @@ -61,7 +61,7 @@ This section is a [direct copy of the official docs](https://fluxcd.io/docs/inst ### Create GitHub Token -Create a GitHub [personal access token](https://github.com/settings/tokens) that can create repositories by checking all permissions under repo. (*we'll use the token in the bootstrapping step below*) +Create a GitHub [personal access token](https://github.com/settings/tokens) that can create repositories by checking all permissions under repo, as well as all options under `admin:public_key `. (*we'll use the token in the bootstrapping step below*) ### Create GitHub Repo