mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-16 11:41:39 +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
|
- apiGroups: [""] # "" indicates the core API group
|
||||||
resourceNames: ["{{TS_KUBE_SECRET}}"]
|
resourceNames: ["{{TS_KUBE_SECRET}}"]
|
||||||
resources: ["secrets"]
|
resources: ["secrets"]
|
||||||
verbs: ["get", "update"]
|
verbs: ["get", "update", "patch"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user