Skip to content

Commit 5638647

Browse files
authored
fix(core): do not log "helm get manifest" output (#7795)
1 parent a087060 commit 5638647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/plugins/kubernetes/helm/status.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export async function getRenderedResources({
146146
log,
147147
namespace,
148148
args: ["get", "manifest", releaseName],
149-
emitLogEvents: true,
149+
emitLogEvents: false,
150150
})
151151
)
152152
}

0 commit comments

Comments
 (0)