Skip to content

Commit c2ac3a4

Browse files
authored
Update profile.template.html (#112)
Fix Learn more about pod yaml link
1 parent 8d29fa5 commit c2ac3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/profile.template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
Specify the pod.yaml configuration. This allows you to specify advance options for elastic agent pod such as
208208
<code>command</code>, <code>args</code>, <code>volumes</code>, <code>secrets</code>, <code>configMaps</code> etc.
209209
<br/>
210-
<a href="https://kubernetes-v1-4.github.io/docs/user-guide/pods/multi-container/#pod-configuration-file"
210+
<a href="https://kubernetes.io/docs/concepts/workloads/pods/pod-overview/#pod-templates"
211211
target="_blank">Read more about <code>Pod Yaml</code></a>
212212
</span>
213213
</div>

0 commit comments

Comments
 (0)