k9s: allow defining custom theme file
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
8a175a8913
commit
77c9414828
2 changed files with 18 additions and 7 deletions
|
|
@ -39,6 +39,7 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
"default2" = ./example-skin-expected.yaml;
|
||||
"alt-skin" = {
|
||||
k9s = {
|
||||
body = {
|
||||
|
|
@ -92,6 +93,10 @@
|
|||
assertFileContent \
|
||||
"home-files/${configDir}/skins/default.yaml" \
|
||||
${./example-skin-expected.yaml}
|
||||
assertFileExists "home-files/${configDir}/skins/default2.yaml"
|
||||
assertFileContent \
|
||||
"home-files/${configDir}/skins/default2.yaml" \
|
||||
${./example-skin-expected.yaml}
|
||||
assertFileExists "home-files/${configDir}/skins/alt-skin.yaml"
|
||||
assertFileContent \
|
||||
"home-files/${configDir}/skins/alt-skin.yaml" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue