feat: port --lookup-resources and --no-create-namespace from main - #671
Merged
alexey-igrychev merged 2 commits intoJul 28, 2026
Merged
Conversation
alexey-igrychev
deleted the
port/lookup-resources-and-no-create-namespace
branch
July 28, 2026 08:34
alexey-igrychev
added a commit
to werf/werf
that referenced
this pull request
Jul 28, 2026
Both flags were dropped during the main merge because nelm branch 2 lacked NoCreateNamespace and LocalLookupResourcesPaths. Ported to nelm branch 2 in werf/nelm#671, so bump the pin and bring the flags back. Signed-off-by: Aleksei Igrychev <aleksei.igrychev@palark.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-picks two flags from main into the 2 line so that werf 3 can use them
(werf 3 pins nelm from branch 2, where these options don't exist yet).
--lookup-resources/LocalLookupResourcesPaths(feat: add --lookup-resources flag for offline lookup in render/lint commands #657)--no-create-namespace/NoCreateNamespace(fix: create release namespace under strict RBAC,--no-create-namespaceflag #662)task buildandtask test:unitare green.