2 # -- Common labels for all object directly managed by this chart.
4# -- Overrides the chart's name
6# -- Overrides the chart's computed fullname
8# -- Annotations for the Deployment
10# -- Annotations for the Deployment Pods
12# -- Annotations for the Deployment Pods
14# -- Pod security context (runAsUser, etc.)
16# -- Container security context (allowPrivilegeEscalation, etc.)
17containerSecurityContext: {}
19 # -- Toggle to create ClusterRole and ClusterRoleBinding
21 # -- Name of a PodSecurityPolicy to use in the ClusterRole. If unset, no PodSecurityPolicy is used.
22 podSecurityPolicyName: ''
24 # -- Toggle to create ServiceAccount
26 # -- Service account name
32 repository: chainguard-private/grafana-agent-operator
34 tag: 0.44.8-r19@sha256:d522e237631bbb53e570a8e3230b5a1c3063f1388ba930f13a73d08b57c22e90
35 # -- Image pull policy
36 pullPolicy: IfNotPresent
37 # -- Image pull secrets
41 # -- Test image registry
44 repository: library/busybox
47# -- hostAliases to add
53# -- If both are set, Agent Operator will create and maintain a service for scraping kubelets
54# https://grafana.com/docs/agent/latest/operator/getting-started/#monitor-kubelets
58# -- List of additional cli arguments to configure agent-operator (example: `--log.level`)
60# -- Resource limits and requests config
62# -- nodeSelector configuration
64# -- Tolerations applied to Pods
66# -- Pod affinity configuration