You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/features.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,7 +184,7 @@ KYMA_COMPANION:
184
184
185
185
The **match** keys and **messageSrc** must use the format described in the [`jsonpath` repository](https://github.com/dchester/jsonpath).
186
186
187
-
- **RESOURCE_VALIDATION** - determines the selected policies for [resource validation](resource-validation/README.md). They can be overwritten in the user preferences.
187
+
- **RESOURCE_VALIDATION** - determines the selected policies for [resource validation](resource-validation/README.md). They can be overwritten in the user settings.
Copy file name to clipboardExpand all lines: docs/operator/feature-flags.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ This table lists the frontend configurable feature flags, their descriptions, an
35
35
| **KUBECONFIG_ID** | Configures the URL to which Busola sends a request to download a kubeconfig file. If you add `?kubeconfigID={your ID}` to the Busola URL, Busola tries to download the kubeconfig from `{kubeconfigUrl}/{yourID}`. If the operation succeeds, Busola adds the kubeconfing file to the cluster. If you use a full address in the **kubeconfigUrl** field, Busola also reads it. With optional **showClustersOverview** you can instruct Busola to show **Clusters Overview** rather than the current context cluster, after the clusters are loaded. **defaultKubeconfig** defined the optional default **KUBECONFIG_ID** to load this kubeconfig when you visit Busola homepage `/` and there are no memorized clusters in the application. | <ul><li>`isEnabled: true`</li><li>`config.kubeconfigUrl: https://kyma-env-broker.cp.dev.kyma.cloud.sap/kubeconfig`</li><li>`config.showClustersOverview: false`</li><li>`config.defaultKubeconfig: AAAAA-BBBBB`</li></ul> |
36
36
| **LEGAL_LINKS** | Shows or hides legal links. In **config**, you can find the unchangeable keys (you cannot use **legalDisclosure** instead of **legal-disclosure**). The keys include both the default link, which takes you to the default address, and a link that depends on your chosen language. The link under the given key is selected based on your language code (`de`, `en`, `pl`, and more). If the code is not available, the default link is used. | <ul><li>`config.legal-disclosure.default: https://www.sap.com/corporate/en/legal/impressum.html`</li><li>`config.legal-disclosure.de: https://www.sap.com/corporate/de/legal/impressum.html`</li><li>`config.privacy.default: https://help.sap.com/viewer/82bdf2271c6041f79387c122147cf774/Cloud/en-US`</li><li>`config.copyright.default: https://www.sap.com/corporate/en/legal/copyright.html`</li><li>`config.copyright.de: https://www.sap.com/corporate/de/legal/copyright.html`</li><li>`config.trademark.default: https://www.sap.com/corporate/en/legal/trademark.html`</li><li>`config.trademark.de: https://www.sap.com/corporate/de/legal/trademark.html`</li></ul> |
37
37
| **PROTECTED_RESOURCES** | Blocks the edit and delete functions based on the determined rules. If the resource meets the rule requirements, the resource becomes protected and cannot be edited/deleted. Each resource requires the **match** field, which includes a list of key-value pairs. The proper rule description is when the definition given in the key matches the value. To switch comparison mode from **standard** to **regex**, set the **regex** parameter to `true`. Optionally, you can provide the **message** parameter, which displays a simple message, or **messageSrc**, which is a YAML path where the message to be displayed is included. If neither **message** nor **messageSrc** is provided, a generic message is used. | <ul><li>`isEnabled: true`</li><li>`config.resources.match: { $.metadata.labels.foo: bar}` </li><li>`config.resources.message: This resource is protected`</li><li>`config.resources.match: { $.metadata.labels.foo: bar, $.metadata.labels.baz: qux }`</li><li>`config.resources.messageSrc: $.metadata.annotations.protected-message`</li><li>`config.resources.match: { $.metadata.labels.foo: ^[a-zA-Z0-9]$ }`</li><li>`config.resources.regex: true`</li></ul> |
38
-
| **RESOURCE_VALIDATION** | Determines the selected policies for [resource validation](https://github.com/kyma-project/busola/blob/main/docs/resource-validation/README.md). They can be overwritten in the user preferences. | <ul><li>`isEnabled: true`</li><li>`config.policies: Default`</li></ul> |
38
+
| **RESOURCE_VALIDATION** | Determines the selected policies for [resource validation](https://github.com/kyma-project/busola/blob/main/docs/resource-validation/README.md). They can be overwritten in the user settings. | <ul><li>`isEnabled: true`</li><li>`config.policies: Default`</li></ul> |
39
39
| **SENTRY** | Enables monitoring of uncaught exceptions, which are then analyzed and repaired. The address to which you send the information is located under the **dsn** key. | <ul><li>`isEnabled: false`</li><li>`config.dsn: ''`</li></ul> |
40
40
| **SNOW** | Determines if the snow animation is enabled in Busola. | `isEnabled: false` |
Copy file name to clipboardExpand all lines: docs/resource-validation/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ With Busola's resource validation feature, you can validate resources, for examp
6
6
7
7
## Select policies
8
8
9
-
You can choose which policies should be validated in the user preferences or set a [feature flag](../features.md).
9
+
You can choose which policies should be validated in the user settings or set a [feature flag](../features.md).
10
10
11
-
In the user preferences, go to **Clusters > Resource Validation**. Click on **Customize** in the **Enabled Policies** section.
11
+
In the user settings, go to **Clusters > Resource Validation**. Click on **Customize** in the **Enabled Policies** section.
12
12
13
-
<imgsrc="./assets/customize-policy-preferences.png"alt="Preferences menu when choosing which policies to enable"width="40%"style="border: 1pxsolid#D2D5D9">
13
+
<imgsrc="./assets/customize-policy-preferences.png"alt="Settings menu when choosing which policies to enable"width="40%"style="border: 1pxsolid#D2D5D9">
14
14
15
15
In the [feature flag](../features.md) config, set the following specifications:
Copy file name to clipboardExpand all lines: docs/user/01-20-command-palette.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Kyma Dashboard Command Palette
2
2
3
3
With the Kyma dashboard command palette feature, you can easily navigate through all your dashboard resources, such as workloads, deployments, and more.
4
-
You can perform actions such as listing or accessing your namespaces, or preferences, or uploading YAML files.
4
+
You can perform actions such as listing or accessing your namespaces, or settings, or uploading YAML files.
protected-resource-description: Resource protected. Go to Preferences to turn on the modification of protected resources.
376
+
protected-resource-description: Resource protected. Go to Settings to turn on the modification of protected resources.
377
377
sorting:
378
378
asc: Ascending
379
379
count: Count
@@ -411,7 +411,7 @@ common:
411
411
k8s-name-input: Name must consist of lowercase alphanumeric characters or '-', and must start and end with an alphanumeric character (e.g. 'my-name', or '123-abc').
412
412
key-value: Key and value must start and end with an alphanumeric character, can contain '-', '_' or '.'.
413
413
line: Ln
414
-
protected-resources-info: To allow for modifying protected resources go to Preferences > Clusters.
414
+
protected-resources-info: To allow for modifying protected resources go to Settings > Clusters.
415
415
read-file: Read file content as a single value, with file name as a key.
416
416
resource-ref-name: Unique name within a Namespace to refer to a {{resource}} resource.
417
417
resource-ref-namespace: Namespace defines the space within which the {{resource}} name must be unique.
@@ -1028,9 +1028,9 @@ navigation:
1028
1028
menu:
1029
1029
get-help: Get Help
1030
1030
legal-information: Legal Information
1031
-
preferences:
1032
-
title: Preferences
1033
1031
select-namespace: Select Namespace...
1032
+
settings:
1033
+
title: Settings
1034
1034
snow: Let it snow
1035
1035
snow-stop: Stop the snow
1036
1036
upload-yaml:
@@ -1462,7 +1462,7 @@ settings:
1462
1462
all: All
1463
1463
default-last-used: Default (last one used)
1464
1464
default-page-size: Default Page Size
1465
-
info: Changes to the page size only take effect locally. To set the global default page size, go to Preferences.
1465
+
info: Changes to the page size only take effect locally. To set the global default page size, go to Settings.
0 commit comments