51a6dbe2e4
modified: services/monitoring/deploy/promtail/helm-release.yaml
22 lines
462 B
YAML
22 lines
462 B
YAML
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: promtail
|
|
spec:
|
|
releaseName: promtail
|
|
interval: 40h
|
|
chart:
|
|
spec:
|
|
chart: promtail
|
|
version: 6.x.x
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: grafana
|
|
interval: 40h
|
|
valuesFrom:
|
|
- kind: Secret
|
|
name: promtail-helm-values
|
|
valuesKey: values.yaml
|
|
- kind: Secret
|
|
name: promtail-helm-values
|
|
valuesKey: values.private.yaml |