Use code style for filenames (#5837)

* Use code style for filenames, directories, and paths

* Use code style for filenames, directories, and paths
This commit is contained in:
chenhonggc
2017-10-10 15:15:50 -05:00
committed by Steve Perry
parent f207f37635
commit 12e211a60c
@@ -32,7 +32,7 @@ different flags and/or different memory and cpu requests for different hardware
### Create a DaemonSet
You can describe a DaemonSet in a YAML file. For example, the daemonset.yaml file below describes a DaemonSet that runs the fluentd-elasticsearch Docker image:
You can describe a DaemonSet in a YAML file. For example, the `daemonset.yaml` file below describes a DaemonSet that runs the fluentd-elasticsearch Docker image:
{% include code.html language="yaml" file="daemonset.yaml" ghlink="/docs/concepts/workloads/controllers/daemonset.yaml" %}