fix indentation
This commit is contained in:
parent
ae97496b10
commit
82019e6ae2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue