Kubernetes use env var based secrets
parent
7eb3077f7d
commit
b847c60ab0
|
|
@ -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,
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue