Skip to content

Commit 3517ac2

Browse files
committed
docs(helm): fix README markdown lint
1 parent 5ecb519 commit 3517ac2

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)