Update dependencies for Loki
This commit is contained in:
parent
e1a0a6e605
commit
6b74c836b2
2 changed files with 4 additions and 8 deletions
|
@ -23,13 +23,6 @@ spec:
|
||||||
remediation:
|
remediation:
|
||||||
strategy: uninstall
|
strategy: uninstall
|
||||||
retries: 3
|
retries: 3
|
||||||
dependsOn:
|
|
||||||
- name: openebs-cluster
|
|
||||||
namespace: openebs-system
|
|
||||||
- name: vector-agent
|
|
||||||
namespace: observability
|
|
||||||
- name: vector-aggregator
|
|
||||||
namespace: observability
|
|
||||||
valuesFrom:
|
valuesFrom:
|
||||||
- targetPath: loki.storage.bucketNames.chunks
|
- targetPath: loki.storage.bucketNames.chunks
|
||||||
kind: Secret
|
kind: Secret
|
||||||
|
|
|
@ -12,6 +12,9 @@ spec:
|
||||||
app.kubernetes.io/name: *app
|
app.kubernetes.io/name: *app
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- name: external-secrets-stores
|
- name: external-secrets-stores
|
||||||
|
- name: openebs-cluster
|
||||||
|
- name: vector-agent
|
||||||
|
- name: vector-aggregator
|
||||||
path: ./kubernetes/apps/observability/loki/app
|
path: ./kubernetes/apps/observability/loki/app
|
||||||
prune: true
|
prune: true
|
||||||
sourceRef:
|
sourceRef:
|
||||||
|
@ -20,4 +23,4 @@ spec:
|
||||||
wait: false
|
wait: false
|
||||||
interval: 30m
|
interval: 30m
|
||||||
retryInterval: 1m
|
retryInterval: 1m
|
||||||
timeout: 15m
|
timeout: 15m
|
||||||
|
|
Loading…
Reference in a new issue