Fix README typo
This commit is contained in:
Родитель
b773c15ede
Коммит
9285b24a28
|
@ -29,7 +29,7 @@ Parameter | Description | Default
|
|||
`prometheus.server.retention` | Determines when to remove old data. | `15d`
|
||||
`prometheus.server.resources` | Prometheus server resource requests and limits. | `{}`
|
||||
`prometheus.nodeExporter.resources` | Node exporter resource requests and limits. | `{}`
|
||||
`prometheus.nodeExporter.enabled` `prometheus.serviceAccounts.nodeExporter.create` | If false, do not crate NodeExporter daemonset. | `true`
|
||||
`prometheus.nodeExporter.enabled` `prometheus.serviceAccounts.nodeExporter.create` | If false, do not create NodeExporter daemonset. | `true`
|
||||
`prometheus.alertmanager.persistentVolume.enabled` | If true, Alertmanager will create a Persistent Volume Claim. | `true`
|
||||
`prometheus.pushgateway.persistentVolume.enabled` | If true, Prometheus Pushgateway will create a Persistent Volume Claim. | `true`
|
||||
`persistentVolume.enabled` | If true, Kubecost will create a Persistent Volume Claim for product config data. | `true`
|
||||
|
@ -69,4 +69,4 @@ For example, to set the log level to `trace` the following flag can be added to
|
|||
|
||||
`JSON` - A structured logging output: `{"level":"info","time":"2006-01-02T15:04:05.999999999Z07:00","message":"Starting cost-model (git commit \"1.91.0-rc.0\")"}`
|
||||
|
||||
`pretty` - A nice human readable output: `2006-01-02T15:04:05.999999999Z07:00 INF Starting cost-model (git commit "1.91.0-rc.0")`
|
||||
`pretty` - A nice human readable output: `2006-01-02T15:04:05.999999999Z07:00 INF Starting cost-model (git commit "1.91.0-rc.0")`
|
||||
|
|
Загрузка…
Ссылка в новой задаче