We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
werf cleanup
1 parent 494852a commit 022696dCopy full SHA for 022696d
cmd/werf/cleanup/cleanup.go
@@ -108,13 +108,12 @@ func runCleanup(ctx context.Context, cmd *cobra.Command) error {
108
InitTrueGitWithOptions: &common.InitTrueGitOptions{
109
Options: true_git.Options{LiveGitOutput: *commonCmdData.LogDebug},
110
},
111
- InitDockerRegistry: true,
112
- InitProcessContainerBackend: true,
113
- InitWerf: true,
114
- InitGitDataManager: true,
115
- InitManifestCache: true,
116
- InitLRUImagesCache: true,
117
- SetupOndemandKubeInitializer: true,
+ InitDockerRegistry: true,
+ InitProcessContainerBackend: true,
+ InitWerf: true,
+ InitGitDataManager: true,
+ InitManifestCache: true,
+ InitLRUImagesCache: true,
118
})
119
if err != nil {
120
return fmt.Errorf("component init error: %w", err)
0 commit comments