Skip to content

Commit

Permalink
add coredns addon to airflow-dev (#3003)
Browse files Browse the repository at this point in the history
* add coredns addon to airflow-dev

* linter fix

* amend coredns version
  • Loading branch information
Emterry authored Jan 18, 2024
1 parent e6fdf0c commit 772fffc
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -349,3 +349,10 @@ resource "aws_eks_addon" "vpc_cni_dev" {
addon_version = "v1.16.0-eksbuild.1"
resolve_conflicts_on_create = "OVERWRITE"
}

resource "aws_eks_addon" "coredns_dev" {
cluster_name = var.dev_eks_cluster_name
addon_name = "coredns"
addon_version = "v1.9.3-eksbuild.7"
resolve_conflicts_on_create = "OVERWRITE"
}

0 comments on commit 772fffc

Please sign in to comment.