Upstream<carry>: Add OCP specific configurations

This commit is contained in:
Arda Güçlü
2025-08-18 11:50:07 +03:00
parent 7e8c761bc6
commit ec02e127ca
5 changed files with 1348 additions and 0 deletions

17
mcp_config.toml Normal file
View File

@@ -0,0 +1,17 @@
log_level = 3
port = "8080"
read_only = false
disable_destructive = false
denied_resources = [
{group = "", version = "v1", kind = "ServiceAccount"},
{group = "", version = "v1", kind = "Secret"},
{group = "rbac.authorization.k8s.io", version = "v1"}
]
disabled_tools = [
"configuration_view",
"helm_install",
"helm_list",
"helm_uninstall",
]