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 8bd26ee commit 9a208aaCopy full SHA for 9a208aa
internal/subroutine/workspace_initializer.go
@@ -23,7 +23,7 @@ import (
23
"github.com/platform-mesh/security-operator/internal/config"
24
)
25
26
-const initializerName = "root:fga"
+const initializerName = "root:security"
27
28
func NewWorkspaceInitializer(cl, orgsClient client.Client, restCfg *rest.Config, cfg config.Config) *workspaceInitializer {
29
coreModulePath := cfg.CoreModulePath
0 commit comments