Update yaml paths. (#5749)

This commit is contained in:
Steve Perry
2017-10-03 17:00:15 -07:00
committed by GitHub
parent 8d16cd6b83
commit dc8b00187f
2 changed files with 2 additions and 2 deletions
@@ -57,7 +57,7 @@ The CoreDNS default configuration should be customized to suit the federation.
Shown below is the Values.yaml, which overrides the default Shown below is the Values.yaml, which overrides the default
configuration parameters on the CoreDNS chart. configuration parameters on the CoreDNS chart.
{% include code.html language="yaml" file="Values.yaml" ghlink="/docs/tutorials/federation/Values.yaml" %} {% include code.html language="yaml" file="Values.yaml" ghlink="/docs/tasks/federation/Values.yaml" %}
The above configuration file needs some explanation: The above configuration file needs some explanation:
@@ -15,7 +15,7 @@ non-parallel, use of [Jobs](/docs/concepts/jobs/run-to-completion-finite-workloa
First, download the following template of a job to a file called `job.yaml` First, download the following template of a job to a file called `job.yaml`
{% include code.html language="yaml" file="job.yaml" ghlink="/docs/tasks/job/parallel-processing-expansion/job.yaml" %} {% include code.html language="yaml" file="job.yaml" ghlink="/docs/tasks/job/job.yaml" %}
Unlike a *pod template*, our *job template* is not a Kubernetes API type. It is just Unlike a *pod template*, our *job template* is not a Kubernetes API type. It is just
a yaml representation of a Job object that has some placeholders that need to be filled a yaml representation of a Job object that has some placeholders that need to be filled