Skip to content

Commit 7b81b6a

Browse files
authored
Merge pull request #34757 from windsonsea/yaml
[zh-cn] resync comments in code
2 parents e23d903 + 1276713 commit 7b81b6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/zh-cn/examples/application/mysql/mysql-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
- image: mysql:5.6
2929
name: mysql
3030
env:
31-
# Use secret in real usage
31+
# 在实际中使用 secret
3232
- name: MYSQL_ROOT_PASSWORD
3333
value: password
3434
ports:

content/zh-cn/partners/_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h5><b>Kubernetes 培训合作伙伴</b></h5>
8484
}
8585
}
8686

87-
// Automatically load the correct iframe based on the URL fragment
87+
// 根据 URL 片段自动加载正确的 iframe
8888
document.addEventListener('DOMContentLoaded', function() {
8989
var showContent = "kcsp";
9090
if (window.location.hash) {

0 commit comments

Comments
 (0)