From 5e703bdb55f804805e1f58460926e6521c797327 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 7 Nov 2022 16:11:54 -0800 Subject: [PATCH] docs/k8s: add secrets patching permission to the tailscale role. Fixes #6225. Signed-off-by: David Anderson --- docs/k8s/role.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/k8s/role.yaml b/docs/k8s/role.yaml index 3de458edd..7343ef236 100644 --- a/docs/k8s/role.yaml +++ b/docs/k8s/role.yaml @@ -13,4 +13,4 @@ rules: - apiGroups: [""] # "" indicates the core API group resourceNames: ["{{TS_KUBE_SECRET}}"] resources: ["secrets"] - verbs: ["get", "update"] + verbs: ["get", "update", "patch"]