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

Fixes #6225.

Signed-off-by: David Anderson <danderson@tailscale.com>
pull/6229/head
David Anderson 2 years ago committed by Dave Anderson
parent 6acc27a92f
commit 5e703bdb55

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

Loading…
Cancel
Save