Skip to content

Commit

Permalink
docs: fix namespace instructions in the helm installation guide
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
fmuyassarov authored and klihub committed Jun 26, 2023
1 parent 675716d commit 44ef13a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resource-policy/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 44ef13a

Please sign in to comment.