Skip to content

Commit

Permalink
pr review: use correct brackets
Browse files Browse the repository at this point in the history
Signed-off-by: Niclas Schad <[email protected]>
  • Loading branch information
nschad committed Jul 2, 2024
1 parent 0e6ecc1 commit 786f9cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Kubernetes: `^1.19.0-0`
| compactor.&ZeroWidthSpace;extraVolumeMounts | list | `[]` | |
| compactor.&ZeroWidthSpace;extraVolumes | list | `[]` | |
| compactor.&ZeroWidthSpace;initContainers | list | `[]` | |
| compactor.&ZeroWidthSpace;livenessProbe | list | `[]` | |
| compactor.&ZeroWidthSpace;livenessProbe | object | `{}` | |
| compactor.&ZeroWidthSpace;nodeSelector | object | `{}` | |
| compactor.&ZeroWidthSpace;persistentVolume.&ZeroWidthSpace;accessModes | list | `["ReadWriteOnce"]` | compactor data Persistent Volume access modes Must match those of existing PV or dynamic provisioner Ref: http://kubernetes.io/docs/user-guide/persistent-volumes/ |
| compactor.&ZeroWidthSpace;persistentVolume.&ZeroWidthSpace;annotations | object | `{}` | compactor data Persistent Volume Claim annotations |
Expand Down Expand Up @@ -809,7 +809,7 @@ Kubernetes: `^1.19.0-0`
| store_gateway.&ZeroWidthSpace;extraVolumeMounts | list | `[]` | |
| store_gateway.&ZeroWidthSpace;extraVolumes | list | `[]` | |
| store_gateway.&ZeroWidthSpace;initContainers | list | `[]` | |
| store_gateway.&ZeroWidthSpace;livenessProbe | list | `[]` | |
| store_gateway.&ZeroWidthSpace;livenessProbe | object | `{}` | |
| store_gateway.&ZeroWidthSpace;nodeSelector | object | `{}` | |
| store_gateway.&ZeroWidthSpace;persistentVolume.&ZeroWidthSpace;accessModes | list | `["ReadWriteOnce"]` | Store-gateway data Persistent Volume access modes Must match those of existing PV or dynamic provisioner Ref: http://kubernetes.io/docs/user-guide/persistent-volumes/ |
| store_gateway.&ZeroWidthSpace;persistentVolume.&ZeroWidthSpace;annotations | object | `{}` | Store-gateway data Persistent Volume Claim annotations |
Expand Down
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1410,7 +1410,7 @@ store_gateway:
path: /ready
port: http-metrics
scheme: HTTP
livenessProbe: []
livenessProbe: {}
readinessProbe:
httpGet:
path: /ready
Expand Down Expand Up @@ -1526,7 +1526,7 @@ compactor:
path: /ready
port: http-metrics
scheme: HTTP
livenessProbe: []
livenessProbe: {}
readinessProbe:
httpGet:
path: /ready
Expand Down

0 comments on commit 786f9cb

Please sign in to comment.