You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| dnsPolicy | string |`"ClusterFirstWithHostNet"`| Determines how DNS resolution is handled for that pod. If `.Values.preset` is set to `network` or `.Values.config.data.network` is enabled, Beyla requires `hostNetwork` access, causing cluster service DNS resolution to fail. It is recommended not to change this if Beyla sends traces and metrics to Grafana components via k8s service. |
34
+
| enabled | bool |`true`| Whether to deploy the Beyla DaemonSet. Defaults to true. Set to false to deploy only the Kubernetes metadata cache. |
33
35
| env | object |`{}`| extra environment variables |
34
36
| envValueFrom | object |`{}`| extra environment variables to be set from resources such as k8s configMaps/secrets |
35
37
| extraCapabilities | list |`[]`| Extra capabilities for unprivileged / less privileged setup. |
0 commit comments