diff --git a/SUMMARY.md b/SUMMARY.md index 19ec0161c..6c2af4e1f 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -156,7 +156,7 @@ * [存储管理](practice/storage.md) * [GlusterFS](practice/glusterfs.md) * [使用GlusterFS做持久化存储](practice/using-glusterfs-for-persistent-storage.md) - * [使用Heketi作为kubernetes的持久存储GlusterFS的external provisioner](practice/using-heketi-gluster-for-persistent-storage.md) + * [使用Heketi作为Kubernetes的持久存储GlusterFS的external provisioner](practice/using-heketi-gluster-for-persistent-storage.md) * [在OpenShift中使用GlusterFS做持久化存储](practice/storage-for-containers-using-glusterfs-with-openshift.md) * [GlusterD-2.0](practice/glusterd-2.0.md) * [Ceph](practice/ceph.md) @@ -174,7 +174,7 @@ * [使用Prometheus监控kubernetes集群](practice/using-prometheus-to-monitor-kuberentes-cluster.md) * [使用Vistio监控Istio服务网格中的流量](practice/vistio-visualize-your-istio-mesh.md) * [服务编排管理](practice/services-management-tool.md) - * [使用Helm管理kubernetes应用](practice/helm.md) + * [使用Helm管理Kubernetes应用](practice/helm.md) * [构建私有Chart仓库](practice/create-private-charts-repo.md) * [持续集成与发布](practice/ci-cd.md) * [使用Jenkins进行持续集成与发布](practice/jenkins-ci-cd.md) diff --git a/practice/helm.md b/practice/helm.md index f8488b315..b2da6fe82 100644 --- a/practice/helm.md +++ b/practice/helm.md @@ -319,7 +319,7 @@ helm package . ### 依赖 -我们可以在`requirement.yaml`中定义应用所依赖的chart,例如定义对`mariadb`的依赖: +我们可以在`requirements.yaml`中定义应用所依赖的chart,例如定义对`mariadb`的依赖: ```yaml dependencies: