We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7eac6c commit 00d3f9aCopy full SHA for 00d3f9a
lib/single-new-eks-opensource-observability-pattern/automode.ts
@@ -125,6 +125,7 @@ export default class SingleNewEksAutoModeOpenSourceObservabilityPattern {
125
}
126
127
if (utils.valueFromContext(scope, "apiserver.pattern.enabled", false)) {
128
+ // eslint-disable-next-line @typescript-eslint/no-unused-expressions
129
ampAddOnProps.enableAPIServerJob = true,
130
ampAddOnProps.ampRules?.ruleFilePaths.push(
131
__dirname + '/../common/resources/amp-config/apiserver/recording-rules.yml'
0 commit comments