Skip to content

Commit

Permalink
Running pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigobersa committed Dec 21, 2023
1 parent 687528b commit 0e3901b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/amazon-eks-addons.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ module "eks_blueprints_addons" {
}]
}
}
podAffinity = {
requiredDuringSchedulingIgnoredDuringExecution = [{
labelSelector = {
Expand Down Expand Up @@ -336,7 +336,7 @@ module "eks_blueprints_addons" {
weight = 100
}
]
requiredDuringSchedulingIgnoredDuringExecution = [{
labelSelector = {
matchExpressions = [
Expand All @@ -350,7 +350,7 @@ module "eks_blueprints_addons" {
topologyKey = "kubernetes.io/hostname"
}
]
}
}
}
Expand All @@ -363,6 +363,6 @@ module "eks_blueprints_addons" {
cpu = "100m"
memory = "150Mi"
}
})
})
}
```

0 comments on commit 0e3901b

Please sign in to comment.