Skip to content

Commit 49cc5a0

Browse files
authored
docs(helm): replace hard tabs with spaces in README OpenShift block (NVIDIA#1254)
Signed-off-by: Taylor Mutch <taylormutch@gmail.com>
1 parent d2e80d1 commit 49cc5a0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

deploy/helm/openshell/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ oc adm policy add-scc-to-user privileged -z default -n openshell
2929

3030
# Deploy openshell with overrides to allow SCC assignment of fsGroup and runAsUser for the gateway
3131
helm install openshell oci://ghcr.io/nvidia/openshell/helm-chart --version <version> -n openshell \
32-
--set pkiInitJob.enabled=false \
33-
--set server.disableTls=true \
34-
--set podSecurityContext.fsGroup=null \
35-
--set securityContext.runAsUser=null
32+
--set pkiInitJob.enabled=false \
33+
--set server.disableTls=true \
34+
--set podSecurityContext.fsGroup=null \
35+
--set securityContext.runAsUser=null
3636
```
3737

3838
## Available versions

0 commit comments

Comments
 (0)