Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 0237631

Browse files
committed
Use proper syntax for comment in multiline shell command
Reference: https://stackoverflow.com/a/12797512
1 parent 3fa9d72 commit 0237631

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/installation/service/kubernetes-helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ with the provided example the services will be available at grpc.jumpstarter.exa
1616
helm upgrade jumpstarter --install oci://quay.io/jumpstarter-dev/helm/jumpstarter \
1717
--create-namespace --namespace jumpstarter-lab \
1818
--set global.baseDomain=jumpstarter.example.com \
19-
--set global.metrics.enabled=true # disable if metrics not available \
19+
--set global.metrics.enabled=true `# disable if metrics not available` \
2020
--set jumpstarter-controller.grpc.mode=ingress \
2121
--version={{version}}
2222
```

0 commit comments

Comments
 (0)