-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ability to process a str expression directly as a list
With this change, the following expression: ``` all: getValue: .path.to.list -> .elem == "something" ``` can be simplified to: ``` all: .path.to.list -> .elem == "something" ``` This commit also make clearer when the webhook won't apply any change to the K8S manifest that is processing. This applies when using the webhook in cli mode.
- Loading branch information
1 parent
78d4634
commit c43633e
Showing
3 changed files
with
45 additions
and
13 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