mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 04:55:31 +00:00
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:
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…
Reference in New Issue
Block a user