From ca2349c267d87fa57731d1aaaf91c0b3edeb577b Mon Sep 17 00:00:00 2001 From: Feruzjon Muyassarov Date: Mon, 26 Jun 2023 14:13:40 +0300 Subject: [PATCH] docs: fix namespace instructions in the helm installation guide When installing the Helm chart, it is important to explicitly specify the desired namespace for installation. It should be noted that failing to specify the namespace will result in the Helm chart installing the manifests in the default namespace. Signed-off-by: Feruzjon Muyassarov --- docs/resource-policy/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resource-policy/installation.md b/docs/resource-policy/installation.md index 84b9cdcca..ce3a32a01 100644 --- a/docs/resource-policy/installation.md +++ b/docs/resource-policy/installation.md @@ -46,8 +46,8 @@ following components: DaemonSet, ConfigMap, CustomResourceDefinition, and RBAC-r chart, refer to the [table](#helm-parameters) below, which describes the available parameters that can be modified before installation. It's important to note that specifying the namespace (using `--namespace`) is crucial when - installing the Helm chart, as failing to do so may result in broken YAML - manifests. + installing the Helm chart. If no namespace is specified, the manifests will + be installed in the default namespace. ```sh helm install topology-aware --namespace kube-system deployment/helm/resource-management-policies/topology-aware/