Skip to content

Commit 022696d

Browse files
committed
fix(cleanup): panic in werf cleanup
Signed-off-by: Ilya Lesikov <ilya@lesikov.com>
1 parent 494852a commit 022696d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

cmd/werf/cleanup/cleanup.go

+6-7
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,12 @@ func runCleanup(ctx context.Context, cmd *cobra.Command) error {
108108
InitTrueGitWithOptions: &common.InitTrueGitOptions{
109109
Options: true_git.Options{LiveGitOutput: *commonCmdData.LogDebug},
110110
},
111-
InitDockerRegistry: true,
112-
InitProcessContainerBackend: true,
113-
InitWerf: true,
114-
InitGitDataManager: true,
115-
InitManifestCache: true,
116-
InitLRUImagesCache: true,
117-
SetupOndemandKubeInitializer: true,
111+
InitDockerRegistry: true,
112+
InitProcessContainerBackend: true,
113+
InitWerf: true,
114+
InitGitDataManager: true,
115+
InitManifestCache: true,
116+
InitLRUImagesCache: true,
118117
})
119118
if err != nil {
120119
return fmt.Errorf("component init error: %w", err)

0 commit comments

Comments
 (0)