Skip to content

Commit 8fc2153

Browse files
committed
Release Preparation for V1.8.0
1 parent 44541b6 commit 8fc2153

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

lib/existing-eks-opensource-observability-pattern/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ export default class ExistingEksOpenSourceobservabilityPattern {
120120
}
121121

122122
if (utils.valueFromContext(scope, "apiserver.pattern.enabled", false)) {
123+
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
123124
ampAddOnProps.enableAPIServerJob = true,
124125
ampAddOnProps.ampRules?.ruleFilePaths.push(
125126
__dirname + '/../common/resources/amp-config/apiserver/recording-rules.yml'

lib/single-new-eks-fargate-opensource-observability-pattern/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ export default class SingleNewEksFargateOpenSourceObservabilityConstruct {
9494
}
9595

9696
if (utils.valueFromContext(scope, "apiserver.pattern.enabled", false)) {
97+
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
9798
ampAddOnProps.enableAPIServerJob = true,
9899
ampAddOnProps.ampRules?.ruleFilePaths.push(
99100
__dirname + '/../common/resources/amp-config/apiserver/recording-rules.yml'

lib/single-new-eks-opensource-observability-pattern/graviton-index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ export default class SingleNewEksGravitonOpenSourceObservabilityPattern {
125125
}
126126

127127
if (utils.valueFromContext(scope, "apiserver.pattern.enabled", false)) {
128+
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
128129
ampAddOnProps.enableAPIServerJob = true,
129130
ampAddOnProps.ampRules?.ruleFilePaths.push(
130131
__dirname + '/../common/resources/amp-config/apiserver/recording-rules.yml'

lib/single-new-eks-opensource-observability-pattern/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ export default class SingleNewEksOpenSourceobservabilityPattern {
127127
}
128128

129129
if (utils.valueFromContext(scope, "apiserver.pattern.enabled", false)) {
130+
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
130131
ampAddOnProps.enableAPIServerJob = true,
131132
ampAddOnProps.ampRules?.ruleFilePaths.push(
132133
__dirname + '/../common/resources/amp-config/apiserver/recording-rules.yml'

0 commit comments

Comments
 (0)