25 lines
405 B
YAML
25 lines
405 B
YAML
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: alloy-node-scraper
|
|
spec:
|
|
releaseName: alloy-node-scraper
|
|
interval: 1m
|
|
chart:
|
|
spec:
|
|
chart: alloy
|
|
version: 1.x.x
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: grafana
|
|
interval: 40h
|
|
valuesFrom:
|
|
- kind: Secret
|
|
name: alloy-node-scraper-helm-values
|
|
valuesKey: values.yaml
|
|
|
|
|
|
|
|
|
|
|