Skip to content

Commit 7e43c29

Browse files
authored
Merge pull request Mellanox#205 from almaslennikov/fixes
fix: add headers to different helm install options
2 parents 2187e4f + 22d6b2e commit 7e43c29

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/getting-started-kubernetes.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@ Update Helm repositories
110110
111111
helm repo update
112112
113+
----------------------------------------------------------------------------
113114
Install Network Operator from the NVIDIA NGC chart using the default values:
115+
----------------------------------------------------------------------------
114116

115117
.. code-block:: bash
116118
:substitutions:
@@ -127,7 +129,9 @@ View deployed resources
127129
128130
kubectl -n nvidia-network-operator get pods
129131
130-
Install the Network Operator from the NVIDIA NGC chart using custom values:
132+
------------------------------------------------------------------------------
133+
OR install the Network Operator from the NVIDIA NGC chart using custom values:
134+
------------------------------------------------------------------------------
131135

132136
.. 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.
133137

0 commit comments

Comments
 (0)