Skip to content

Commit ce5ebc7

Browse files
committed
fix: more fixes
1 parent 9a208aa commit ce5ebc7

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
@@ -102,7 +102,7 @@ func (w *workspaceInitializer) Process(ctx context.Context, instance lifecycleru
102102

103103
// Update accountInfo with storeid
104104
wsCfg := rest.CopyConfig(w.restCfg)
105-
wsCfg.Host = strings.Replace(wsCfg.Host, "/services/initializingworkspaces/root:fga", "/clusters/"+path, -1)
105+
wsCfg.Host = strings.Replace(wsCfg.Host, "/services/initializingworkspaces/root:security", "/clusters/"+path, -1)
106106
wsClient, err := client.New(wsCfg, client.Options{Scheme: w.cl.Scheme()})
107107
if err != nil {
108108
return ctrl.Result{}, errors.NewOperatorError(fmt.Errorf("unable to create client: %w", err), true, true)

0 commit comments

Comments
 (0)