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": [
|
"yaxes": [
|
||||||
{
|
{
|
||||||
"decimals": 2,
|
"decimals": 2,
|
||||||
"format": "ms",
|
"format": "s",
|
||||||
"label": null,
|
"label": null,
|
||||||
"logBase": 1,
|
"logBase": 1,
|
||||||
"max": null,
|
"max": null,
|
||||||
|
|
|
@ -9,4 +9,4 @@ additionalCharts:
|
||||||
crdDirectory: crd-manifest
|
crdDirectory: crd-manifest
|
||||||
addCRDValidationToMainChart: true
|
addCRDValidationToMainChart: true
|
||||||
useTarArchive: true
|
useTarArchive: true
|
||||||
doNotRelease: true
|
doNotRelease: false
|
Loading…
Reference in New Issue