fix(docs): table and list formatting (#891)

Signed-off-by: Joseph Gardner <josephgardner@users.noreply.github.com>
This commit is contained in:
Joseph Gardner 2023-06-10 18:57:38 -04:00 committed by GitHub
parent 1f1c817e86
commit d3c34d61f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 12 deletions

View File

@ -1073,6 +1073,7 @@ That is, `myapp1` and `myapp2` are deleted first, then `servicemesh`, and finall
### Selectors and `needs` ### Selectors and `needs`
When using selectors/labels, `needs` are ignored by default. This behaviour can be overruled with a few parameters: When using selectors/labels, `needs` are ignored by default. This behaviour can be overruled with a few parameters:
| Parameter | default | Description | | Parameter | default | Description |
|---|---|---| |---|---|---|
| `--skip-needs` | `true` | `needs` are ignored (default behavior). | | `--skip-needs` | `true` | `needs` are ignored (default behavior). |
@ -1138,7 +1139,7 @@ Suppose you have multiple microservices organized in a Git repository that looks
* `myteam/` (sometimes it is equivalent to a k8s ns, that is `kube-system` for `clusterops` team) * `myteam/` (sometimes it is equivalent to a k8s ns, that is `kube-system` for `clusterops` team)
* `apps/` * `apps/`
* `filebeat/` * `filebeat/`
* `helmfile.yaml` (no `charts/` exists, because it depends on the stable/filebeat chart hosted on the official helm charts repository) * `helmfile.yaml` (no `charts/` exists because it depends on the stable/filebeat chart hosted on the official helm charts repository)
* `README.md` (each app managed by my team has a dedicated README maintained by the owners of the app) * `README.md` (each app managed by my team has a dedicated README maintained by the owners of the app)
* `metricbeat/` * `metricbeat/`
* `helmfile.yaml` * `helmfile.yaml`