Skip to content

Commit

Permalink
Adding Doc change for nginx mon
Browse files Browse the repository at this point in the history
  • Loading branch information
elamaran11 committed Sep 19, 2023
1 parent bb63926 commit e00b53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/single-new-eks-cluster-pattern/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default class SingleNewEksPattern {
ObservabilityBuilder.builder()
.account(account)
.region(region)
.version(eks.KubernetesVersion.V1_26)
.version('auto')
.addOns(...addOns)
.build(scope, stackId);
}
Expand Down

0 comments on commit e00b53b

Please sign in to comment.