Skip to content

Commit c88a0c2

Browse files
authored
KubeArchive loki: remove second tmp folder (#7550)
Signed-off-by: Hector Martinez <[email protected]>
1 parent dfd959f commit c88a0c2

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# See the OWNERS docs: https://go.k8s.io/owners
2+
3+
approvers:
4+
- rh-hemartin
5+
- skoved
6+
- ggallen
7+
- maruiz93
8+
- mafh314
9+
- olegbet
10+
11+
reviewers:
12+
- rh-hemartin
13+
- skoved
14+
- ggallen
15+
- maruiz93
16+
- mafh314
17+
- olegbet

components/vector-kubearchive-log-collector/staging/stone-stg-rh01/loki-helm-values.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,9 @@ singleBinary:
3535
extraVolumeMounts:
3636
- name: loki-storage
3737
mountPath: /var/loki
38-
- name: tmp-storage
39-
mountPath: /tmp
4038
extraVolumes:
4139
- name: loki-storage
4240
emptyDir: {}
43-
- name: tmp-storage
44-
emptyDir: {}
4541

4642
# Basic Loki configuration with S3 storage
4743
loki:

0 commit comments

Comments
 (0)