diff --git a/README.md b/README.md index d3e22d87..3c45e3b2 100644 --- a/README.md +++ b/README.md @@ -507,7 +507,23 @@ data: ``` ### 3. Centrally-Managed Namespace -Define different secrets for different namespaces in a [centrally managed namespace](./sapbtp-operator-charts/templates/configmap.yml), following the naming convention: `-sap-btp-service-operator`. +Define a secret named -sap-btp-service-operator in the Centrally Managed Namespace. +Note: The centrally managed namespace is defined by the value specified in .Values.manager.management_namespace. If this value is not set, it defaults to the installation namespace. + +```yaml +apiVersion: v1 +kind: Secret +metadata: + name: -sap-btp-service-operator + namespace: centrally managed namespace +type: Opaque +data: + clientid: "" + clientsecret: "" + sm_url: "" + tokenurl: "" + tokenurlsuffix: "/oauth/token" +``` ### 4. Default Access Credentials If none of the above-mentioned options are used, the `sap-btp-service-operator` secret of a release namespace is used.