Skip to content

Commit 0587bd0

Browse files
author
Sinelnikov Michail
committed
remove
Signed-off-by: Sinelnikov Michail <mikhail.sinelnikov@flant.com>
1 parent bfc59bb commit 0587bd0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pkg/helm/helm.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@ func (f *ClientFactory) NewClient(logger *log.Logger, options ...ClientOption) c
4545

4646
// Add werf.io/skip-logs and werf.io/track-termination-mode annotations when using nelm
4747
if f.ClientType == Nelm {
48-
c.WithExtraAnnotations(map[string]string{
49-
"werf.io/skip-logs": "true",
50-
"werf.io/track-termination-mode": "NonBlocking",
51-
})
48+
c.WithExtraAnnotations(map[string]string{})
5249
}
5350

5451
for _, option := range options {

0 commit comments

Comments
 (0)