mirror of https://git.rancher.io/charts
Set y axis format to 's' for disk sync duration graph in rancher-etcd-node.json
parent
5f8b4def1d
commit
3dab3d63e1
|
@ -617,7 +617,7 @@
|
|||
"yaxes": [
|
||||
{
|
||||
"decimals": 2,
|
||||
"format": "ms",
|
||||
"format": "s",
|
||||
"label": null,
|
||||
"logBase": 1,
|
||||
"max": null,
|
||||
|
|
|
@ -9,4 +9,4 @@ additionalCharts:
|
|||
crdDirectory: crd-manifest
|
||||
addCRDValidationToMainChart: true
|
||||
useTarArchive: true
|
||||
doNotRelease: true
|
||||
doNotRelease: false
|
Loading…
Reference in New Issue