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: scratch-images/test-tmp/grafana-agent-operator
34 tag: 0.44.8-r18@sha256:54c8d4a95d87fdd4a22de4e03c4f250fccc94f632d379deaf479263d9a221ab5
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