From 22d6b2ed8b362c209148d942405baad0b3e9763c Mon Sep 17 00:00:00 2001 From: Alexander Maslennikov Date: Fri, 9 May 2025 10:46:23 +0200 Subject: [PATCH] fix: add headers to different helm install options Signed-off-by: Alexander Maslennikov --- docs/getting-started-kubernetes.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/getting-started-kubernetes.rst b/docs/getting-started-kubernetes.rst index a9eb6f3f..3bf79844 100644 --- a/docs/getting-started-kubernetes.rst +++ b/docs/getting-started-kubernetes.rst @@ -110,7 +110,9 @@ Update Helm repositories helm repo update +---------------------------------------------------------------------------- Install Network Operator from the NVIDIA NGC chart using the default values: +---------------------------------------------------------------------------- .. code-block:: bash :substitutions: @@ -127,7 +129,9 @@ View deployed resources kubectl -n nvidia-network-operator get pods -Install the Network Operator from the NVIDIA NGC chart using custom values: +------------------------------------------------------------------------------ +OR install the Network Operator from the NVIDIA NGC chart using custom values: +------------------------------------------------------------------------------ .. warning:: Since several parameters should be provided when creating custom resources during operator deployment, it is recommended to use a configuration file. While it is possible to override the parameters via CLI, we recommend to avoid the use of CLI arguments in favor of a configuration file.