From e7a7836d0a35aa361a08be96db1d03b3f2157ad0 Mon Sep 17 00:00:00 2001 From: "docs.yml" <> Date: Thu, 31 Oct 2024 13:58:57 +0000 Subject: [PATCH] docs.yml --- site/content/en/main/user-guide/customization.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/site/content/en/main/user-guide/customization.md b/site/content/en/main/user-guide/customization.md index baa22678d..3fe949047 100644 --- a/site/content/en/main/user-guide/customization.md +++ b/site/content/en/main/user-guide/customization.md @@ -133,10 +133,11 @@ Below are the available configurations through `package.json`. | `onError` | Behavior of the webhook failure policy | `reject`, `ignore` | | `webhookTimeout` | Webhook timeout in seconds | `1` - `30` | | `customLabels` | Custom labels for namespaces | `{namespace: {}}` | -| `alwaysIgnore` | Conditions to always ignore | `{namespaces: []}` | +| `alwaysIgnore` | Conditions to always ignore | `{namespaces: []}` | | `includedFiles` | For working with WebAssembly | ["main.wasm", "wasm_exec.js"] | | `env` | Environment variables for the container| `{LOG_LEVEL: "warn"}` | -| `rbac` | Custom RBAC rules | `{"rbac": [{"apiGroups": [""], "resources": [""], "verbs": [""]}]}` | +| `rbac` | Custom RBAC rules (requires building with `rbacMode: scoped`) | `{"rbac": [{"apiGroups": [""], "resources": [""], "verbs": [""]}]}` | +| `rbacMode` | Configures module to build binding RBAC with principal of least privilege | `scoped`, `admin` | These tables provide a comprehensive overview of the fields available for customization within the Helm overrides and the `package.json` file. Modify these according to your deployment requirements.