feat: update submodules for git (#3455)

This commit is contained in:
EndlessSeeker
2026-02-05 19:12:20 +08:00
committed by GitHub
parent 9edb709ca4
commit ea8ca98d6b
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"]