Skip to content

Commit a82fac7

Browse files
committed
typo
1 parent 2d357ef commit a82fac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crowdsec-docs/unversioned/getting_started/installation/kubernetes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ program so CrowdSec knows which parser should handle them. For example, if you
6868
set program: nginx, the nginx parser will pick them up. CrowdSec will
6969
automatically attach to the right pods and feed the logs into the right parsers.
7070

71-
<detail>
71+
<details>
7272
<summary>Why `program` and not `type` ?</summary>
7373
In standard standalone setups documentation states that the labels should be
7474
name `type` with the type being the parsed log program (eg nginx, traefik). A
7575
transformation from `type` to `program` is done by the first stage parser
7676
`crowdsecurity/syslog-logs` which is not relevant in a Kubernetes context.
7777
</details>
7878

79-
<detail>
79+
<details>
8080
<summary>How collection fit in kubernetes environment?</summary>
8181

8282
Collections are "recipes" for understanding logs; they don’t find pods on their

0 commit comments

Comments
 (0)