From 8c04154430ad27d7f8d907807b53e9f1fa72a1ab Mon Sep 17 00:00:00 2001 From: Guilhem Lettron Date: Wed, 29 Apr 2020 22:07:02 +0200 Subject: [PATCH] gitops: update Flux log for identity.pub --- slides/k8s/gitworkflows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/k8s/gitworkflows.md b/slides/k8s/gitworkflows.md index 957fbceb..a8bc318b 100644 --- a/slides/k8s/gitworkflows.md +++ b/slides/k8s/gitworkflows.md @@ -131,7 +131,7 @@ - Display that key: ```bash - kubectl logs deployment/flux | grep identity + kubectl -n flux logs deployment/flux | grep identity.pub | cut -d '"' -f2 ``` - Then add that key to the repository, giving it **write** access