Skip to content

Commit 9a208aa

Browse files
committed
fix: remove correct finalizer
1 parent 8bd26ee commit 9a208aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/subroutine/workspace_initializer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
"github.com/platform-mesh/security-operator/internal/config"
2424
)
2525

26-
const initializerName = "root:fga"
26+
const initializerName = "root:security"
2727

2828
func NewWorkspaceInitializer(cl, orgsClient client.Client, restCfg *rest.Config, cfg config.Config) *workspaceInitializer {
2929
coreModulePath := cfg.CoreModulePath

0 commit comments

Comments
 (0)