Skip to content

Commit 429fbaa

Browse files
committed
try to fix docs
Signed-off-by: Stavros Foteinopoulos <[email protected]>
1 parent 5c77933 commit 429fbaa

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

charts/loki-distributed/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ kubectl delete statefulset RELEASE_NAME-loki-distributed-querier -n LOKI_NAMESPA
114114
| compactor.livenessProbe | object | `{}` | liveness probe settings for ingester pods. If empty use `loki.livenessProbe` |
115115
| compactor.nodeSelector | object | `{}` | Node selector for compactor pods |
116116
| compactor.persistence.annotations | object | `{}` | Annotations for compactor PVCs |
117-
| compactor.persistence.claims | list | `[{"name":"data","size":"10Gi","storageClass":null}]` | List of the compactor PVCs @notationType -- list |
117+
| compactor.persistence.claims | list | `[{"name":"data","size":"10Gi","storageClass":null}]` | List of the compactor PVCs |
118118
| compactor.persistence.enableStatefulSetAutoDeletePVC | bool | `false` | Enable StatefulSetAutoDeletePVC feature |
119119
| compactor.persistence.enabled | bool | `false` | Enable creating PVCs for the compactor |
120120
| compactor.persistence.size | string | `"10Gi"` | Size of persistent disk |
@@ -307,7 +307,7 @@ kubectl delete statefulset RELEASE_NAME-loki-distributed-querier -n LOKI_NAMESPA
307307
| ingester.maxSurge | int | `0` | Max Surge for ingester pods |
308308
| ingester.maxUnavailable | string | `nil` | Pod Disruption Budget maxUnavailable |
309309
| ingester.nodeSelector | object | `{}` | Node selector for ingester pods |
310-
| ingester.persistence.claims | list | `[{"name":"data","size":"10Gi","storageClass":null}]` | List of the ingester PVCs @notationType -- list |
310+
| ingester.persistence.claims | list | `[{"name":"data","size":"10Gi","storageClass":null}]` | List of the ingester PVCs |
311311
| ingester.persistence.enableStatefulSetAutoDeletePVC | bool | `false` | Enable StatefulSetAutoDeletePVC feature |
312312
| ingester.persistence.enabled | bool | `false` | Enable creating PVCs which is required when using boltdb-shipper |
313313
| ingester.persistence.inMemory | bool | `false` | Use emptyDir with ramdisk for storage. **Please note that all data in ingester will be lost on pod restart** |

charts/loki-distributed/values.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,6 @@ ingester:
502502
# -- Use emptyDir with ramdisk for storage. **Please note that all data in ingester will be lost on pod restart**
503503
inMemory: false
504504
# -- List of the ingester PVCs
505-
# @notationType -- list
506505
claims:
507506
- name: data
508507
size: 10Gi
@@ -1422,7 +1421,6 @@ compactor:
14221421
# -- Annotations for compactor PVCs
14231422
annotations: {}
14241423
# -- List of the compactor PVCs
1425-
# @notationType -- list
14261424
claims:
14271425
- name: data
14281426
size: 10Gi

0 commit comments

Comments
 (0)