Skip to content

Commit a2b303f

Browse files
author
Vlad Volkov
committed
Helmfile use values now
1 parent 965b031 commit a2b303f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/index.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5947,13 +5947,11 @@ function run() {
59475947
_c.label = 11;
59485948
case 11:
59495949
if (!((0, core_1.getInput)('helmfile') !== '')) return [3, 14];
5950-
_b = (_a = getArgsFromInput())
5951-
.concat;
5950+
_b = (_a = getArgsFromInput()).concat;
59525951
return [4, (0, io_util_1.exists)(helmfileConfigPath)];
59535952
case 12:
5954-
globalArgs = _b.apply(_a, [(_c.sent()) ? ['--file', helmfileConfigPath] : []])
5955-
.concat(inlineValuesArgs);
5956-
return [4, (0, exec_1.exec)('helmfile', globalArgs.concat((0, core_1.getInput)('helmfile').split(' ')))];
5953+
globalArgs = _b.apply(_a, [(_c.sent()) ? ['--file', helmfileConfigPath] : []]);
5954+
return [4, (0, exec_1.exec)('helmfile', globalArgs.concat((0, core_1.getInput)('helmfile').split(' ').concat(inlineValuesArgs)))];
59575955
case 13:
59585956
_c.sent();
59595957
return [3, 16];

0 commit comments

Comments
 (0)