Skip to content

Commit 4c8eaef

Browse files
fix(headscale): SA syntax
1 parent 86827f9 commit 4c8eaef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s/apps/network/headscale/exit-node-sa.k8s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rules:
1818
resourceNames: ["tailscale-exit-node-state"]
1919
resources: ["secrets"]
2020
verbs: ["get", "update", "patch"]
21-
- apiGroup: [""]
21+
- apiGroups: [""]
2222
resources: ["events"]
2323
verbs: ["get", "create", "patch"]
2424
---

0 commit comments

Comments
 (0)