feat: update submodules for git (#3455)

This commit is contained in:
EndlessSeeker
2026-02-05 19:12:20 +08:00
committed by johnlanni
parent 6abd337207
commit 1156696c8c
2 changed files with 5 additions and 1 deletions

View File

@@ -144,3 +144,7 @@ rules:
- apiGroups: [""]
verbs: [ "get", "watch", "list", "update", "patch", "create", "delete" ]
resources: [ "serviceaccounts"]
# istio leader election need
- apiGroups: ["coordination.k8s.io"]
resources: ["leases"]
verbs: ["get", "update", "patch", "create"]