forked from cilium/cilium
-
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.
test: single quote all --set parameters.
Currently the ginkgo test runner program would quote the --set devices='{eth0,...}' parameter to safely pass the devices array. This also works if you single quote the whole kv pair, i.e.: --set 'devices={eth0, eth1}' Similarily, trying to do a helm override with a curly bracket array requires that the kv is single quoted. So instead of having a special case for the devices array, we will just single quote all helm parameters which shouldn't change anything for all other existing --set params. Signed-off-by: Tom Hadlaw <tom.hadlaw@isovalent.com>
- Loading branch information
1 parent
2aabd55
commit 2f23546
Showing
3 changed files
with
19 additions
and
11 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