grafana / beyla

eBPF-based autoinstrumentation of web applications and network metrics
https://grafana.com/oss/beyla-ebpf/
Apache License 2.0
1.19k stars 77 forks source link

Fix indent for imagePullSecrets #795

Closed bismarck closed 2 weeks ago

bismarck commented 2 weeks ago

Getting the following error when image.pullSecrets is set:

Error: YAML parse error on beyla/templates/daemon-set.yml: error converting YAML to JSON: yaml: line 45: did not find expected key
helm.go:84: [debug] error converting YAML to JSON: yaml: line 45: did not find expected key
YAML parse error on beyla/templates/daemon-set.yml

This change fixes the indent for imagePullSecrets in daemon-set.yaml.

CLAassistant commented 2 weeks ago

CLA assistant check
All committers have signed the CLA.