Skip to content

Commit

Permalink
Add annotations help blurb
Browse files Browse the repository at this point in the history
  • Loading branch information
austinmoore- committed Feb 2, 2017
1 parent 83638c9 commit 20005ce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<f:textbox/>
</f:entry>

<f:entry title="${%Annotations}" description="${%List of annotations to set in slave pod}">
<f:entry title="${%Annotations}" description="${%List of annotations to set in slave pod}" field="annotations">
<f:repeatableHeteroProperty field="annotations" hasHeader="true" addCaption="Add Annotation"
deleteCaption="Delete annotation Variable" />
</f:entry>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Annotations to set on pod metadata<br/>
<a href="https://kubernetes.io/docs/user-guide/annotations/">https://kubernetes.io/docs/user-guide/annotations/</a>
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
deleteCaption="Delete Volume" />
</f:entry>

<f:entry title="${%Annotations}" description="${%List of annotations to add to the pod metadata}">
<f:entry title="${%Annotations}" description="${%List of annotations to add to the pod metadata}" field="annotations">
<f:repeatableHeteroProperty field="annotations" hasHeader="true" addCaption="Add Annotation"
deleteCaption="Delete Annotation" />
</f:entry>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Annotations to set on pod metadata<br/>
<a href="https://kubernetes.io/docs/user-guide/annotations/">https://kubernetes.io/docs/user-guide/annotations/</a>

0 comments on commit 20005ce

Please sign in to comment.