Fix kuberentes env var

pull/310/head
Frostebite 2022-01-30 01:19:53 +00:00
parent 6f543a5ec2
commit e40ac53d8f
3 changed files with 3 additions and 1 deletions

1
dist/index.js vendored
View File

@ -2150,6 +2150,7 @@ class KubernetesJobSpecFactory {
const environmentVariable = new client_node_1.V1EnvVar();
environmentVariable.name = x.name;
environmentVariable.value = x.value;
return environmentVariable;
}),
...secrets.map((x) => {
const secret = new client_node_1.V1EnvVarSource();

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -117,6 +117,7 @@ class KubernetesJobSpecFactory {
const environmentVariable = new V1EnvVar();
environmentVariable.name = x.name;
environmentVariable.value = x.value;
return environmentVariable;
}),
...secrets.map((x) => {
const secret = new V1EnvVarSource();