fix(docs): table and list formatting (#891)
Signed-off-by: Joseph Gardner <josephgardner@users.noreply.github.com>
This commit is contained in:
parent
1f1c817e86
commit
d3c34d61f2
|
|
@ -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`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue