Skip to content

Commit 147f15d

Browse files
committed
docs: format commands to multi-line to make it easier to read
1 parent 7356713 commit 147f15d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ When tarian-pod-agent runs in registration mode, instead of reporting unknown pr
190190
To enable constraint registration, the cluster-agent needs to be configured.
191191

192192
```bash
193-
helm install tarian-cluster-agent tarian/tarian-cluster-agent --devel -n tarian-system --set clusterAgent.enableAddConstraint=true
193+
helm install tarian-cluster-agent tarian/tarian-cluster-agent --devel -n tarian-system \
194+
--set clusterAgent.enableAddConstraint=true
194195
```
195196

196197
```yaml

0 commit comments

Comments
 (0)