This commit is contained in:
@ -81,6 +81,9 @@ export class ECSContainerInsightsEnabled implements BPSet {
|
|||||||
const clusters = await this.getClusters();
|
const clusters = await this.getClusters();
|
||||||
|
|
||||||
for (const cluster of clusters) {
|
for (const cluster of clusters) {
|
||||||
|
if (cluster.clusterName === 'default')
|
||||||
|
continue
|
||||||
|
|
||||||
const containerInsightsSetting = cluster.settings?.find(
|
const containerInsightsSetting = cluster.settings?.find(
|
||||||
(setting) => setting.name === 'containerInsights'
|
(setting) => setting.name === 'containerInsights'
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user