Kubernetes use env var based secrets

pull/310/head
Frostebite 2021-12-29 23:33:44 +00:00
parent 7eb3077f7d
commit b847c60ab0
3 changed files with 1 additions and 6 deletions

2
dist/index.js vendored
View File

@ -1140,8 +1140,6 @@ class AWSJobStack {
StackName: taskDefStackName,
}).promise()).StackResources;
const baseResources = (yield CF.describeStackResources({ StackName: this.baseStackName }).promise()).StackResources;
// TODO add a log to identify the time taken awaiting cleanup then review solutions based on how long this takes.
// One option is to offer an option to not await cleanup
return {
taskDefStackName,
taskDefCloudFormation,

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -165,9 +165,6 @@ export class AWSJobStack {
const baseResources = (await CF.describeStackResources({ StackName: this.baseStackName }).promise()).StackResources;
// TODO add a log to identify the time taken awaiting cleanup then review solutions based on how long this takes.
// One option is to offer an option to not await cleanup
return {
taskDefStackName,
taskDefCloudFormation,