mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
Merge pull request #319 from replicatedhq/divolgin/cani
log not logs is the subresource
This commit is contained in:
@@ -223,7 +223,7 @@ func (c *Collect) AccessReviewSpecs(overrideNS string) []authorizationv1.SelfSub
|
||||
Group: "",
|
||||
Version: "",
|
||||
Resource: "pods",
|
||||
Subresource: "logs",
|
||||
Subresource: "log",
|
||||
Name: "",
|
||||
},
|
||||
NonResourceAttributes: nil,
|
||||
|
||||
@@ -243,7 +243,7 @@ func (c *Collect) AccessReviewSpecs(overrideNS string) []authorizationv1.SelfSub
|
||||
Group: "",
|
||||
Version: "",
|
||||
Resource: "pods",
|
||||
Subresource: "logs",
|
||||
Subresource: "log",
|
||||
Name: "",
|
||||
},
|
||||
NonResourceAttributes: nil,
|
||||
|
||||
Reference in New Issue
Block a user