Skip to content

Commit

Permalink
Merge branch 'master' into edit-exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
dwertent committed Aug 1, 2023
2 parents 3160b25 + eff89b5 commit 7bff6b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions default-config-inputs.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@
],
"untrustedRegistries": [],
"memory_request_max": [],
"memory_request_min": [],
"memory_request_min": ["0"],
"memory_limit_max": [],
"memory_limit_min": [],
"memory_limit_min": ["0"],
"cpu_request_max": [],
"cpu_request_min": [],
"cpu_request_min": ["0"],
"cpu_limit_max": [],
"cpu_limit_min": [],
"cpu_limit_min": ["0"],
"wlKnownNames": [
"coredns",
"kube-proxy",
Expand All @@ -117,4 +117,4 @@
"k8sRecommendedLabels": ["app.kubernetes.io/name", "app.kubernetes.io/instance", "app.kubernetes.io/version", "app.kubernetes.io/component", "app.kubernetes.io/part-of", "app.kubernetes.io/managed-by", "app.kubernetes.io/created-by"]
}
}
}
}

0 comments on commit 7bff6b1

Please sign in to comment.