From 0a4387582280c31456687181b1df726043278a81 Mon Sep 17 00:00:00 2001 From: Angel Kafazov Date: Wed, 22 Jan 2025 15:49:23 +0200 Subject: [PATCH] update docs On-behalf-of: @SAP angel.kafazov@sap.com Signed-off-by: Angel Kafazov --- charts/account-operator/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/account-operator/README.md b/charts/account-operator/README.md index ce3da22b7..472fdb064 100644 --- a/charts/account-operator/README.md +++ b/charts/account-operator/README.md @@ -23,19 +23,19 @@ A Helm chart to deploy OpenMFP Account-Operator | kcp.enabled | bool | `false` | Enable KCP | | kcp.virtualWorkspaceUrl | string | `""` | The URL for the virtual workspace | | kubeconfigSecret | string | `""` | The secret for kubeconfig | -| logLevel | string | `"warn"` | The log level | +| logLevel | string | `"debug"` | The log level | | security.mountServiceAccountToken | bool | `true` | Mount the service account token | | subroutines.extension.enabled | bool | `true` | Enable extension subroutines | | subroutines.extensionReady.enabled | bool | `true` | Enable extension ready subroutines | | subroutines.fga.creatorRelation | string | `"owner"` | The creator relation for FGA | | subroutines.fga.enabled | bool | `true` | Enable FGA subroutines | -| subroutines.fga.grpcAddr | string | `""` | The gRPC address for FGA | +| subroutines.fga.grpcAddr | string | `"openmfp-openfga:8081"` | The gRPC address for FGA | | subroutines.fga.objectType | string | `"account"` | The object type for FGA | | subroutines.fga.parentRelation | string | `"parent"` | The parent relation for FGA | | subroutines.fga.rootNamespace | string | `"openmfp-root"` | The root namespace for FGA | | subroutines.namespace.enabled | bool | `true` | Enable namespace subroutines | | webhooks.certDir | string | `"/certs"` | The directory for webhook certificates | -| webhooks.enabled | bool | `false` | Enable webhooks | +| webhooks.enabled | bool | `true` | Enable webhooks | ## Overriding Values