fix indentation

This commit is contained in:
Seth Call 2025-12-12 06:58:45 -06:00
parent ae97496b10
commit 82019e6ae2
1 changed files with 10 additions and 10 deletions

View File

@ -41,16 +41,16 @@ loki:
monitoring:
selfMonitoring:
# -- Grafana Agent annotations
annotations: {}
# -- Additional Grafana Agent labels
labels: {}
# -- Enable the config read api on port 8080 of the agent
enableConfigReadAPI: false
extraClusterRoleRules:
- apiGroups: [""]
resources: ["pods/log"]
verbs: ["get", "list", "watch"]
# -- Grafana Agent annotations
annotations: {}
# -- Additional Grafana Agent labels
labels: {}
# -- Enable the config read api on port 8080 of the agent
enableConfigReadAPI: false
extraClusterRoleRules:
- apiGroups: [""]
resources: ["pods/log"]
verbs: ["get", "list", "watch"]
grafanaAgent:
podLogs:
enabled: false