We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861f141 commit 38da52cCopy full SHA for 38da52c
pkg/permissions/generate.go
@@ -22,7 +22,6 @@ type AgentRBACManifests struct {
22
const agentNamespace = "jetstack-secure"
23
const agentSubjectName = "agent"
24
25
-//func GenerateAgentRBACManifests(dataGatherers []agent.DataGatherer, konwnNamespaces []string) AgentRBACManifests {
26
func GenerateAgentRBACManifests(dataGatherers []agent.DataGatherer) AgentRBACManifests {
27
// create a new AgentRBACManifest struct
28
var AgentRBACManifests AgentRBACManifests
0 commit comments