docs/k8s: add secrets patching permission to the tailscale role.

Fixes #6225.

Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
David Anderson 2022-11-07 16:11:54 -08:00 committed by Dave Anderson
parent 6acc27a92f
commit 5e703bdb55
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ rules:
- apiGroups: [""] # "" indicates the core API group
resourceNames: ["{{TS_KUBE_SECRET}}"]
resources: ["secrets"]
verbs: ["get", "update"]
verbs: ["get", "update", "patch"]