Skip to content

Commit 5f0ceda

Browse files
committed
Fix: readme
1 parent 5c4ec72 commit 5f0ceda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ module "castai-aks-cluster" {
143143
look_back_period_seconds = 172800
144144
145145
limit = {
146-
type = "NOLIMIT"
146+
type = "NO_LIMIT"
147147
}
148148
}
149149
@@ -156,7 +156,7 @@ module "castai-aks-cluster" {
156156
},
157157
{
158158
workload = {
159-
gvk: ["Deployment", "StatefulSet"]
159+
gvk = ["Deployment", "StatefulSet"]
160160
labels_expressions = [
161161
{
162162
key = "region"

0 commit comments

Comments
 (0)