adjust order of best practices (#49)

Signed-off-by: veophi <vec.g.sun@gmail.com>
This commit is contained in:
Wei-Xiang Sun 2022-03-29 11:51:51 +08:00 committed by GitHub
parent 0e4b9a4521
commit 58fca4877e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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',
],
},

View File

@ -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"
]
},