We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d7aab commit 5cbb9bfCopy full SHA for 5cbb9bf
flux_local/tool/diff.py
@@ -375,7 +375,8 @@ async def run( # type: ignore[no-untyped-def]
375
)
376
377
if not helm_visitor.releases and not orig_helm_visitor.releases:
378
- print(selector.not_found("HelmRelease", query.helm_release))
+ with open(output_file, "w") as file:
379
+ print(selector.not_found("HelmRelease", query.helm_release), file=file)
380
return
381
382
# Find HelmRelease objects with diffs and prune all other HelmReleases from
0 commit comments