Update yaml paths. (#5749)
This commit is contained in:
@@ -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
|
||||
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:
|
||||
|
||||
|
||||
@@ -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`
|
||||
|
||||
{% 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
|
||||
a yaml representation of a Job object that has some placeholders that need to be filled
|
||||
|
||||
Reference in New Issue
Block a user