Kubernetes use env var based secrets
parent
7eb3077f7d
commit
b847c60ab0
|
|
@ -1140,8 +1140,6 @@ class AWSJobStack {
|
||||||
StackName: taskDefStackName,
|
StackName: taskDefStackName,
|
||||||
}).promise()).StackResources;
|
}).promise()).StackResources;
|
||||||
const baseResources = (yield CF.describeStackResources({ StackName: this.baseStackName }).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 {
|
return {
|
||||||
taskDefStackName,
|
taskDefStackName,
|
||||||
taskDefCloudFormation,
|
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;
|
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 {
|
return {
|
||||||
taskDefStackName,
|
taskDefStackName,
|
||||||
taskDefCloudFormation,
|
taskDefCloudFormation,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue