Skip to content

Commit

Permalink
replacing with auto as per pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
freschri committed Mar 14, 2024
1 parent cf6817d commit 64fb360
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default class SingleNewEksFargateOpenSourceObservabilityConstruct {
Reflect.defineMetadata("ordered", true, blueprints.addons.GrafanaOperatorAddon);
const addOns: Array<blueprints.ClusterAddOn> = [
new blueprints.addons.VpcCniAddOn(),
new blueprints.addons.CoreDnsAddOn("v1.10.1-eksbuild.6", {
new blueprints.addons.CoreDnsAddOn("auto", {
configurationValues: { computeType: "Fargate" }
}),
new blueprints.addons.KubeProxyAddOn(),
Expand Down

0 comments on commit 64fb360

Please sign in to comment.