Skip to content

Commit e86c27d

Browse files
committed
fix: set eks rule priority
1 parent e52bbf9 commit e86c27d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

modules/eks/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ locals {
2424
networking = {
2525
fabric = {
2626
config = {
27-
fullMasquerade = true
27+
fullMasquerade = true
28+
routeConfigurationRulePriority = 100
2829
}
2930
}
3031
}

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ variable "reserved_subnet_cidrs" {
6464
variable "omni_agent_chart_version" {
6565
description = "OMNI agent helm chart version"
6666
type = string
67-
default = "1.10.5"
67+
default = "1.10.7"
6868
}
6969

7070
variable "storage_provider" {

0 commit comments

Comments
 (0)