-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Without this patch selectors don't work as expected. This patch fixes selectors such that each --selector flag value configures one selector containing multiple positive or negative label matchers. Result: Render build plans for cluster dev or cluster test. Note the use of two flags indicating logical OR. holos render platform --selector cluster=test --selector cluster=dev rendered external-secrets for cluster test in 299.897542ms rendered external-secrets for cluster dev in 299.9225ms rendered external-secrets-crds for cluster test in 667.6075ms rendered external-secrets-crds for cluster dev in 708.126541ms rendered platform in 708.795625ms Render build plans for prod clusters that are not customer facing. Note the use of one selector with comma separated labels. holos render platform --selector "tier=prod,scope!=customer"
- Loading branch information
1 parent
5862725
commit 6a60b61
Showing
5 changed files
with
39 additions
and
19 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3 | ||
4 |