File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
existing-eks-opensource-observability-pattern
single-new-eks-fargate-opensource-observability-pattern
single-new-eks-opensource-observability-pattern Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ export default class ExistingEksOpenSourceobservabilityPattern {
120
120
}
121
121
122
122
if ( utils . valueFromContext ( scope , "apiserver.pattern.enabled" , false ) ) {
123
+ // eslint-disable-next-line @typescript-eslint/no-unused-expressions
123
124
ampAddOnProps . enableAPIServerJob = true ,
124
125
ampAddOnProps . ampRules ?. ruleFilePaths . push (
125
126
__dirname + '/../common/resources/amp-config/apiserver/recording-rules.yml'
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ export default class SingleNewEksFargateOpenSourceObservabilityConstruct {
94
94
}
95
95
96
96
if ( utils . valueFromContext ( scope , "apiserver.pattern.enabled" , false ) ) {
97
+ // eslint-disable-next-line @typescript-eslint/no-unused-expressions
97
98
ampAddOnProps . enableAPIServerJob = true ,
98
99
ampAddOnProps . ampRules ?. ruleFilePaths . push (
99
100
__dirname + '/../common/resources/amp-config/apiserver/recording-rules.yml'
Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ export default class SingleNewEksGravitonOpenSourceObservabilityPattern {
125
125
}
126
126
127
127
if ( utils . valueFromContext ( scope , "apiserver.pattern.enabled" , false ) ) {
128
+ // eslint-disable-next-line @typescript-eslint/no-unused-expressions
128
129
ampAddOnProps . enableAPIServerJob = true ,
129
130
ampAddOnProps . ampRules ?. ruleFilePaths . push (
130
131
__dirname + '/../common/resources/amp-config/apiserver/recording-rules.yml'
Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ export default class SingleNewEksOpenSourceobservabilityPattern {
127
127
}
128
128
129
129
if ( utils . valueFromContext ( scope , "apiserver.pattern.enabled" , false ) ) {
130
+ // eslint-disable-next-line @typescript-eslint/no-unused-expressions
130
131
ampAddOnProps . enableAPIServerJob = true ,
131
132
ampAddOnProps . ampRules ?. ruleFilePaths . push (
132
133
__dirname + '/../common/resources/amp-config/apiserver/recording-rules.yml'
You can’t perform that action at this time.
0 commit comments