Skip to content

Commit 1d7a7b4

Browse files
committed
Revert "try to fix docs"
This reverts commit 429fbaa.
1 parent 429fbaa commit 1d7a7b4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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 |
117+
| compactor.persistence.claims | list | `[{"name":"data","size":"10Gi","storageClass":null}]` | List of the compactor PVCs @notationType -- list |
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 |
310+
| ingester.persistence.claims | list | `[{"name":"data","size":"10Gi","storageClass":null}]` | List of the ingester PVCs @notationType -- list |
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,6 +502,7 @@ 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
505506
claims:
506507
- name: data
507508
size: 10Gi
@@ -1421,6 +1422,7 @@ compactor:
14211422
# -- Annotations for compactor PVCs
14221423
annotations: {}
14231424
# -- List of the compactor PVCs
1425+
# @notationType -- list
14241426
claims:
14251427
- name: data
14261428
size: 10Gi

0 commit comments

Comments
 (0)