adjust order of best practices (#49)
Signed-off-by: veophi <vec.g.sun@gmail.com>
This commit is contained in:
parent
0e4b9a4521
commit
58fca4877e
|
@ -70,11 +70,11 @@ module.exports = {
|
|||
collapsed: true,
|
||||
items: [
|
||||
'best-practices/hpa-configuration',
|
||||
'best-practices/gitops-with-kruise',
|
||||
'best-practices/elastic-deployment',
|
||||
'best-practices/ci-pipeline-image-predownload',
|
||||
'best-practices/gitops-with-kruise',
|
||||
'best-practices/log-container-sidecarset',
|
||||
'best-practices/cloneset-lifecycle',
|
||||
'best-practices/elastic-deployment',
|
||||
'best-practices/acronjob+broadcastjob',
|
||||
],
|
||||
},
|
||||
|
|
|
@ -59,11 +59,11 @@
|
|||
"collapsed": true,
|
||||
"items": [
|
||||
"best-practices/hpa-configuration",
|
||||
"best-practices/gitops-with-kruise",
|
||||
"best-practices/elastic-deployment",
|
||||
"best-practices/ci-pipeline-image-predownload",
|
||||
"best-practices/gitops-with-kruise",
|
||||
"best-practices/log-container-sidecarset",
|
||||
"best-practices/cloneset-lifecycle",
|
||||
"best-practices/elastic-deployment",
|
||||
"best-practices/acronjob+broadcastjob"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue