Skip to content

Commit fdd5371

Browse files
committed
fix: gh-pages tables
1 parent ae48a6f commit fdd5371

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

charts/graylog/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ stern statefulset/graylog-datanode -n graylog
456456
---
457457

458458
# Graylog Helm Chart Values Reference
459+
459460
| Key Path | Description | Default |
460461
|--------------------|------------------------------------------------------------------|---------|
461462
| `provider` | Kubernetes provider (optional). | `""` |
@@ -474,6 +475,7 @@ These values affect Graylog, DataNode, and MongoDB.
474475

475476

476477
## Graylog application
478+
477479
| Key Path | Description | Default |
478480
|-----------------------------------------------------------------------|-------------------------------------------------------------|---------------------------------|
479481
| `graylog.enabled` | Enable the Graylog server. | `true` |
@@ -602,6 +604,7 @@ These values affect Graylog, DataNode, and MongoDB.
602604

603605

604606
### Graylog inputs
607+
605608
| Key Path | Description | Example |
606609
|--------------------------------|-----------------------------------|--------------------|
607610
| `graylog.inputs[i].name` | Name to identify this input. | `input-gelf` |
@@ -610,6 +613,7 @@ These values affect Graylog, DataNode, and MongoDB.
610613
| `graylog.inputs[i].protocol` | Protocol used for this input. | `TCP` |
611614

612615
### Graylog plugins
616+
613617
| Key Path | Description | Example |
614618
|------------------------------------|----------------------------------------|--------------------------------------------------------------------|
615619
| `graylog.plugins[i].name` | Name to identify this plugin. | `graylog-plugin-slack` |
@@ -619,12 +623,14 @@ These values affect Graylog, DataNode, and MongoDB.
619623
| `graylog.plugins[i].checksum` | Checksum of JAR file. | `13550350a8681c84c861aac2e5b440161c2b33a3e4f302ac680ca5b686de48de` |
620624

621625
### Graylog environment variables
626+
622627
| Key Path | Description | Example |
623628
|--------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|
624629
| `graylog.env` | Simple key/value environment variables | `graylog.env.FOO=BAR`, `graylog.env.HELLO=123` |
625630
| `graylog.extraEnv` | [EnvVar spec](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#environment-variables)-compliant environment variables (valueFrom, configMaps, secrets, etc.) | <pre><code>extraEnv:&#10; - name: MADE_UP_PASSWORD&#10; valueFrom:&#10; secretKeyRef:&#10; name: mysecret&#10; key: password</code></pre> |
626631

627-
## Datanode
632+
## DataNode
633+
628634
| Key Path | Description | Default |
629635
|--------------------------------------------------------|-------------------------------------------------|-------------------|
630636
| `datanode.enabled` | Enable Graylog datanode. | `true` |
@@ -697,6 +703,7 @@ These values affect Graylog, DataNode, and MongoDB.
697703

698704

699705
## Service Account
706+
700707
| Key Path | Description | Default |
701708
|-------------------------------|---------------------------------------------------------|---------|
702709
| `serviceAccount.create` | Create a new service account. | `true` |
@@ -719,6 +726,7 @@ These values affect Graylog, DataNode, and MongoDB.
719726
| `ingress.config.tls.issuer.managed.staging` | Use staging environment for auto-issued certs. | `true` |
720727

721728
### Web Ingress
729+
722730
| Key Path | Description | Default |
723731
|------------------------------------------|------------------------------------|--------------------------|
724732
| `ingress.web.enabled` | Enable ingress for Graylog Web. | `false` |
@@ -730,6 +738,7 @@ These values affect Graylog, DataNode, and MongoDB.
730738
| `ingress.web.tls` | TLS configuration. | `[]` |
731739

732740
### Forwarder Ingress
741+
733742
| Key Path | Description | Default |
734743
|------------------------------------------------|---------------------------------------|--------------------------|
735744
| `ingress.forwarder.enabled` | Enable ingress for Graylog Forwarder. | `false` |

0 commit comments

Comments
 (0)